X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6de7a0e75901e65323b77e9cf9b7f67e8c2b8b55..73e97710413bba3ee2ae8baab0537fbd78811016:/teshsuite/smpi/fort_args/fort_args.f90 diff --git a/teshsuite/smpi/fort_args/fort_args.f90 b/teshsuite/smpi/fort_args/fort_args.f90 index 5d13591caa..65965e66a6 100644 --- a/teshsuite/smpi/fort_args/fort_args.f90 +++ b/teshsuite/smpi/fort_args/fort_args.f90 @@ -13,7 +13,7 @@ program getarg_1 I = 0 call MPI_Init(ierr) CALL GETARG(I,ARGS) - ! This should return the invoking command. The actual value depends + ! This should return the invoking command. The actual value depends ! on the OS, but a blank string is wrong no matter what. ! ??? What about deep embedded systems? if (args.eq.'') STOP 2