Skip to content

Commit

Permalink
usrlocalpkg: add slurm/mxslurm
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
thomas committed Aug 10, 2023
1 parent d346e8e commit 53e8722
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions usrlocalpkg/admin/config
Original file line number Diff line number Diff line change
Expand Up @@ -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 ! ##
Expand Down
1 change: 1 addition & 0 deletions usrlocalpkg/admin/lib/slurm.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
. /package/slurm/profile

0 comments on commit 53e8722

Please sign in to comment.