Skip to content

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

  1. Enter a submit node:

ssh astudilb@submit-a.hpc.engr.oregonstate.edu

cd Windows.Documents/My\ Documents/HPC
2. Enter a compute node:

srun --pty bash
3. Submit a bash script:

bash submit.sh
4. Check the status of computing nodes:

sql -u astudilb
5. Load modules for the OSU HPC

module load slur

mmodule load anaconda

module load python/3.9
6. Activate environment

source mypy39/bin/activate