Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. 1. ssh mks542@hpc.nyu.edu
  2. 2. ssh -X mercer
  3.  
  4. To create an interactive job on the GPU:
  5. # You should increase the mem and walltime argument depending on the requirement.
  6. 3. qsub -I -l nodes=1:ppn=1:gpus=1,mem=32GB,walltime=03:00:00
  7. 4. module load librosa/0.4.1
  8. 5. module avail tensorflow
  9. # Choose the version you would like.
  10. 6. module load tensorflow/python2.7/20161207
  11.  
  12. To submit a job, you need to write this shell script.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement