--sas

feb18-hello-execution

Feb 24th, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [lfi202217@head ~]$ #!/bin/bash
  2. [lfi202217@head ~]$ #PBS -l walltime=00:01:00,nodes:ppn=4
  3. [lfi202217@head ~]$ #PBS -N job_hello
  4. [lfi202217@head ~]$ #PBS -q batch
  5. [lfi202217@head ~]$ cd $PBS_O_WORKDIR
  6. [lfi202217@head ~]$ mpirun --hostfile $PBS_NODEFILE -np 6 ./a.out
  7. --------------------------------------------------------------------------
  8. Open RTE was unable to open the hostfile:
  9. -np
  10. Check to make sure the path and filename are correct.
  11. --------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment