Added arguments to par.sh.

parent ff0f13b4
......@@ -5,6 +5,6 @@ NUM_PROCESSES=${1-4} # Default: 4 processes
PROGRAM_EXEC=par
ARGS=sinus 1001 1 .01 1 1
mpirun -np $NUM_PROCESSES $PROGRAM_EXEC
mpirun -np $NUM_PROCESSES $PROGRAM_EXEC $@
#mpirun -np $NUM_PROCESSES --mca pls_rsh_agent $RSH_AGENT \
# --hostfile $MPI_HOSTFILE $PROGRAM_EXEC
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment