Skip to main content

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:

  • 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.sh
      wget 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

TASKS: None at this time.