-
Notifications
You must be signed in to change notification settings - Fork 0
3 Ondemand
Zack Ramjan edited this page Oct 15, 2024
·
7 revisions
- eveyone log into http://ondemand.hpc.vai.org
- earlier we browsed the various storage areas, but we can also do other things.
- make /varidata/researchtemp/hpctmp/your.name
- lets copy the folder /varidata/researchtemp/hpctmp/hpc_workshop into your folder above.
- A desktop is just one type of job, we have others:
- rstudio
- Jupyter
- VS code
- We can submit jobs via the web.
#!/bin/bash
#SBATCH -n 1
#SBATCH -p quick
#SBATCH --job-name=zacks_job
#SBATCH --time=1:01:00
cd /varidata/researchtemp/hpctmp/your.name/hpc_workshop
gzip -v mybigfile.dat