Advertisement
Guest User

Running on Super comp

a guest
Oct 23rd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Log in using "ssh axxxxx@phoenix.adelaide.edu.au"
  2. Download: https://filezilla-project.org/
  3. Log on to account and transfer to $FASTDIR
  4. Create a virual env on $FASTDIR: https://wiki.adelaide.edu.au/hpc/Python_virtual_environment
  5.  
  6. in terminal type 'module load Python/3.6.1-foss-2016b'
  7. type 'module load CUDA' # For GPU functionality
  8. type 'source $FASTDIR/virtualenvs/<<targetDirectory>>/bin/activate.csh' # point to where you made virtual env
  9.  
  10. type sbatch runGPU.sh # to run gpu script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement