Preview HPC examples and report errors:
We will use the Statistics High Performance Computing Cluster (HCP) in
March. Last fall students had trouble with HPC account and software
configuration. To check that those troubles are resolved, please do
these things (I will demonstrate them) and report errors to me:
- ssh slurm-submit-00.cs.wisc.edu
- echo "export PATH=$PATH:/workspace/software/bin" >> ~/.bashrc
- source ~/.bashrc
- cd /workspace/STATusername (replace "STATusername" with your username)
- wget www.stat.wisc.edu/~jgillett/DSCP/HPC/examples.tar
- tar xvf examples.tar
- cd examples
- cd 0simple
- ./submit.sh
- cd ..
- Now repeat this for each of the other 7 folders starting 1 through 7. (Well, the command for 5mtcarsPractice is ./example.sh, not ./submit.sh.)