Other
1. File system
Scratch has a system that is optimized for parallel (?)
lfs df
lfs getstripe /scratch/users/bastudil/202411
lfs setstripe -c 4 "/scratch/users/bastudil/202411/Results"
2. OSU cluster
- Enter a submit node:
ssh astudilb@submit-a.hpc.engr.oregonstate.edu
cd Windows.Documents/My\ Documents/HPC
srun --pty bash
bash submit.sh
sql -u astudilb
module load slur
mmodule load anaconda
module load python/3.9
source mypy39/bin/activate