Skip to content

Commit afb23b8

Browse files
committed
Let only master communicate par default -y message
1 parent 517c006 commit afb23b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/lib/share/mccode-r.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4809,7 +4809,9 @@ mcparseoptions(int argc, char *argv[])
48094809
}
48104810
}
48114811
if (mcusedefaults) {
4812-
printf("Using all default parameter values\n");
4812+
MPI_MASTER(
4813+
printf("Using all default parameter values\n");
4814+
);
48134815
for(j = 0; j < numipar; j++) {
48144816
int status;
48154817
if(mcinputtable[j].val && strlen(mcinputtable[j].val)){

0 commit comments

Comments
 (0)