X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0199ba108d66c94df94e4f044994e79efdece4b1..bacd7bd4d7f71c81278597b83699d0b4185a56ed:/src/smpi/smpirun.in diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index 210a3b62b4..6c62ff44f3 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -336,10 +336,6 @@ fi DEPLOYOPTS="${DEPLOYOPTS} --cfg=smpi/np:${NUMPROCS}" DEPLOYOPTS="${DEPLOYOPTS} --cfg=smpi/hostfile:${HOSTFILE}" -#if [ "${NUMPROCS}" -gt "${hostfile_procs}" ] ; then -# echo "You requested to use ${NUMPROCS} ranks, but there is only ${hostfile_procs} processes in your hostfile..." >&2 -#fi - ##-------------------------------- DEFAULT or SPECIFIED PLATFORM -------------------------------------- if [ -z "${PLATFORM}" ]; then PLATFORMTMP="$(mktemp smpitmp-platfXXXXXX)"