--sas

job-apr15-file2.sh

Apr 15th, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #PBS -l walltime=00:01:00,nodes=1:ppn=4
  4. #PBS -N job-apr15-file2
  5. #PBS -q batch
  6.  
  7. cd $PBS_O_WORKDIR
  8. export OMP_NUM_THREADS=$PBS_NUM_PPN
  9. ./apr15-file2.out
  10.  
Advertisement
Add Comment
Please, Sign In to add comment