Question: Need to edit this in mpi create a job script named myjob and use 10 nodes to run your program. You can copy the job
Need to edit this in mpi
create a job script named myjob and use 10 nodes to run your program. You can copy the job script file given in lab1 below, and then modify it accordingly.
#!/bin/bash
#PBS -N job3
#PBS -q production
#PBS -l select=8:ncpus=1
#PBS -l place=free
#PBS -V
cd $PBS_O_WORKDIR
mpirun -np 8 -machinefile $PBS_NODEFILE ./hello
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
