Daily use steps
Stanford Sherlock - Daily use steps
1. Get started for the day
- Open the Windows Server Linux
WSL
- Clone your working folder
sshfs -o allow_other bastudil@login.sherlock.stanford.edu:./ ~/sherlock_home
sshfs -o allow_other bastudil@login.sherlock.stanford.edu:/scratch/users/bastudil/ ~/sherlock_scratch
ssh bastudil@login.sherlock.stanford.edu
Use the login node to send sbatch commands (e.g., sbash mybash.sh
) but not to run computing scripts (e.g., don't do python run.py
)
2. Log into a computing node and run your app
Now you are ready to submit your jobs. See a more detailed explanaiton on: