Skip to content
Snippets Groups Projects
Commit bb3e74cd authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Merge branch 'master' into multi-all

Conflicts:
	swiftmpifakestepsim.c
	swiftmpistepsim.c
parents ec77e6f5 5d810c1b
Branches
No related tags found
1 merge request!9Draft: Multiple threads for inject, send and recv.
......@@ -516,6 +516,7 @@ int main(int argc, char *argv[]) {
waitns = atoll(optarg);
case 'c':
messagescale = atof(optarg);
break;
case 's':
messagesize = atoll(optarg);
break;
......@@ -562,10 +563,9 @@ int main(int argc, char *argv[]) {
if (messagesize > 0)
message("Using fixed message size of %zd", messagesize);
if (messagescale != 1.0f)
message("Using message scale of %g", messagescale);
message("Using message scale of %f", messagescale);
if (!usetics) message("Using fast untimed injections");
if (datacheck) message("Checking data pattern on send and recv completion");
message("");
}
/* Make three types of thread, one for injecting tasks and two to check for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment