Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
57f2c0c4
Commit
57f2c0c4
authored
Mar 02, 2016
by
Matthieu Schaller
Browse files
Stop means stop...
parent
16fce7e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/main.c
View file @
57f2c0c4
...
...
@@ -468,7 +468,7 @@ int main(int argc, char *argv[]) {
"[ms]
\n
"
);
/* Let loose a runner on the space. */
for
(
j
=
0
;
e
.
ti
me
<
time_end
;
j
++
)
{
for
(
j
=
0
;
e
.
ti
_current
<
max_nr_timesteps
;
j
++
)
{
/* Repartition the space amongst the nodes? */
#ifdef WITH_MPI
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment