Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash
  2. #PBS -k o
  3. #PBS -l nodes=1:ppn=1,walltime=2:00:00
  4. #PBS -N tMDJobOne
  5. #PBS -M PHDSTUDENT@physics.ucsb.edu,syrianvtruong@umail.ucsb.edu
  6. #PBS -m abe
  7. #PBS -j oe
  8.  
  9. # Make sure we're in right directory
  10. cd /home/syriantruong
  11. ./tMD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement