https://github.com/arkaung/slurm-sbatch-scripts
Scripts for sbatch when working on High Performance Clusters
https://github.com/arkaung/slurm-sbatch-scripts
Last synced: 3 months ago
JSON representation
Scripts for sbatch when working on High Performance Clusters
- Host: GitHub
- URL: https://github.com/arkaung/slurm-sbatch-scripts
- Owner: ArkAung
- Created: 2017-04-24T03:38:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T15:20:07.000Z (over 8 years ago)
- Last Synced: 2025-12-27T14:53:09.149Z (7 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SLURM sbatch Scripts
Scripts for sbatch when working on High Performance Clusters
* ipynb.sh is sbatch script for starting up iPython notebook. The head node will dispatch the job specified in your script or will automatically assign you a compute note. The output file will have information about the IP address as well as port
* tensorboard.sh is sbatch script for connecting a tensorboard on HPC
* Get bash session on compute node with srun
`srun --job-name=DEBUG --gres=gpu:1 --mem=32G -C K20 -I -N 1 -c 1 --pty -t 0-00:05 /bin/bash`