Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [lfi202217@head ~]$ #!/bin/bash
- [lfi202217@head ~]$ #PBS -l walltime=00:01:00,nodes:ppn=4
- [lfi202217@head ~]$ #PBS -N job_hello
- [lfi202217@head ~]$ #PBS -q batch
- [lfi202217@head ~]$ cd $PBS_O_WORKDIR
- [lfi202217@head ~]$ mpirun --hostfile $PBS_NODEFILE -np 6 ./a.out
- --------------------------------------------------------------------------
- Open RTE was unable to open the hostfile:
- -np
- Check to make sure the path and filename are correct.
- --------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment