Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
2250d07f
Commit
2250d07f
authored
Feb 28, 2017
by
Matthieu Dorier
Browse files
added the new tw_comm_set functionality
parent
2a0f4ec5
Changes
1
Show whitespace changes
Inline
Side-by-side
src/network-workloads/model-net-mpi-replay.c
View file @
2250d07f
...
...
@@ -1572,6 +1572,9 @@ int main( int argc, char** argv )
workload_type
[
0
]
=
'\0'
;
tw_opt_add
(
app_opt
);
tw_comm_set
(
MPI_COMM_WORLD
);
tw_init
(
&
argc
,
&
argv
);
if
(
strcmp
(
workload_type
,
"dumpi"
)
!=
0
)
...
...
@@ -1725,6 +1728,7 @@ int main( int argc, char** argv )
codes_jobmap_destroy
(
jobmap_ctx
);
tw_end
();
MPI_Finalize
();
return
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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