run_stranamore.sh 245 B

12345678910111213
  1. #!/bin/sh
  2. #PBS -V
  3. #PBS -N stranamore
  4. #PBS -l nodes=120:ppn=4
  5. #PBS -l walltime=10:00:00
  6. #PBS -m bea
  7. #PBS -M michele.orru Ⓐ studenti.unitn.it
  8. cd /home/michele.orru/bachelor-master/
  9. mpirun -hostfile $PBS_NODEFILE ./src/stranamore modules
  10. exit