0%

Slurm-Day5

Insights for co-run HPC AND GPU taks - Day5 Try some examples for co-run HPC and ML tasks

  • Build the production environment
  • NPB

Build an Slurm Production Environment by myself

To integrate my own algorithm with slurm better, I need to figure out the build and source code of slurm. Thus, let me build a slurm production environment and try running some examples on it.

NPB

NPB-OMP is a sample OpenMP implementation based on NPB3-SER, the sequential implementation of the NAS Parallel Benchmarks.

Eight in Fortran: BT, SP, LU, FT, CG, MG, EP, and UA;

Two in C: IS and DC.