From 53e87221fac1cac1244df1773f49b4388d7530af Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 10 Aug 2023 12:55:39 +0200 Subject: [PATCH] usrlocalpkg: add slurm/mxslurm mxslurm, a toolkit/environment to test the slurm job scheduler. This setup allows any regular user to run tasks or pipelines that make use of slurm. Indeed this is not a complete 'HPC-cluster in a box' as you might guess. But it allows you to run commands like 'srun' and 'sbatch'. Tools are made in a way that an user gets help to start the scheduler (provided the info is read). --- usrlocalpkg/admin/config | 10 ++++++++++ usrlocalpkg/admin/lib/slurm.profile | 1 + 2 files changed, 11 insertions(+) create mode 100644 usrlocalpkg/admin/lib/slurm.profile diff --git a/usrlocalpkg/admin/config b/usrlocalpkg/admin/config index 0b74b383..32dff0ea 100644 --- a/usrlocalpkg/admin/config +++ b/usrlocalpkg/admin/config @@ -1861,6 +1861,16 @@ apptainer-1.1.9-0 apptainer singularity +slurm + mxslurmctrl + sbatch + scancel + scontrol + sdiag + sinfo + srun + sview + ##################################################### ## ## ## DO NOT EDIT outside of the mxtools repository ! ## diff --git a/usrlocalpkg/admin/lib/slurm.profile b/usrlocalpkg/admin/lib/slurm.profile new file mode 100644 index 00000000..2fd55492 --- /dev/null +++ b/usrlocalpkg/admin/lib/slurm.profile @@ -0,0 +1 @@ +. /package/slurm/profile