[MITgcm-devel] testreport: deprecation of "mpirun -v"
Menemenlis, Dimitris (329C)
Dimitris.Menemenlis at jpl.nasa.gov
Sun Nov 22 08:48:36 EST 2015
Since at least version 3.0, mpich no longer supports “mpirun -v”.
This means that “testreport -mpi” no longer runs with mpich in default configuration.
Is the verbose “-v” option needed?
Would it make sense to replace the default
COMMAND="mpirun -v -np TR_NPROC ./$EXECUTABLE”
with:
COMMAND="mpirun -np TR_NPROC ./$EXECUTABLE"
or better yet with:
COMMAND="mpiexec -n TR_NPROC ./$EXECUTABLE"
?
More information about the MITgcm-devel
mailing list