Skip to content

Commit 6295e88

Browse files
committed
fixed review commment (passing of arguments)
1 parent 5662e2d commit 6295e88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/dist/mpi/examples/testmpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ fi
2828
PATH=$MPIR_HOME/bin:$PATH
2929
export PATH
3030

31-
exec mpirun ./testmpi $*
31+
exec mpirun ./testmpi "$@"

0 commit comments

Comments
 (0)