Source repo: ciml-summer-institute-2023 | Branch:
main| Last synced: 2026-04-24 10:27:17.425 UTC
Session 2.3 Running Batch Jobs on SDSC Systems
Date: Tuesday, June 27, 2023
Summary: Batch job schedulers are used to manage and fairly distribute the shared resources of high-performance computing (HPC) systems. Learning how to interact with them and compose your work into batch jobs is essential to becoming an effective HPC user.
Presented by: Marty Kandes (mkandes @sdsc.edu )
Reading and Presentations:
-
Lecture material:
- Tutorial: How to setup SSH keys
ssh train129@login.expanse.sdsc.edu - Expanse User Portal:
https://portal.expanse.sdsc.edu/training - Presentation Slides: https://github.com/ciml-org/ciml-summer-institute-2023/blob/main/2.3_running_batch_jobs_sdsc_systems/batch-slurm-edition.pdf
- Tutorial: How to setup SSH keys
-
Source Code/Examples:
- Exercise 4:
wget https://raw.githubusercontent.com/ciml-org/ciml-summer-institute-2023/main/2.3_running_batch_jobs_sdsc_systems/hello-my-hostname-is.shwget https://raw.githubusercontent.com/ciml-org/ciml-summer-institute-2023/main/2.3_running_batch_jobs_sdsc_systems/hello-my-hostnames-are.sh - Exercise 5:
wget https://raw.githubusercontent.com/mkandes/4pi/master/python/pi.py - Exercise 6:
wget https://raw.githubusercontent.com/ciml-org/ciml-summer-institute-2023/main/2.3_running_batch_jobs_sdsc_systems/tf2-train-cnn-cifar.py
- Exercise 4: