Altered hostnames of MPI machines.

parent b4fa04e7
#!/bin/sh
NUM_PROCESSES=4
HOSTS=localhost
HOSTS=ow130,ow131
PROGRAM_EXEC=main
mpirun -np $NUM_PROCESSES -H $HOSTS $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