We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28be9f commit cf3fd0eCopy full SHA for cf3fd0e
MPI/alltomany.c
@@ -71,6 +71,7 @@ int main(int argc, char **argv) {
71
len = 48;
72
ntimes = 1;
73
ratio = 1;
74
+ max_num_recvers = nprocs;
75
76
/* command-line arguments */
77
while ((i = getopt (argc, argv, "hvasl:n:r:m:")) != EOF)
0 commit comments