Difference between revisions of "Resources"

From Mufasa (BioHPC)
Jump to navigation Jump to search
Line 3: Line 3:


= SLURM =
= SLURM =
If you need to understand more about SLURM than what you find in this wiki, there is plenty of material on SLURM's own website. [[https://slurm.schedmd.com/quickstart.html This quickstart guide]] is a good starting point.
If you need more about SLURM than [[User Jobs|what you find in this wiki]], there is plenty of material on SLURM's own website. [[https://slurm.schedmd.com/quickstart.html This quickstart guide]] is a good starting point.


= Docker =
= Docker =
Here are a few links (recommended by other DEIB users of Docker) that may help you get to grips with Docker.
There are plenty of resouces on the web about Docker beside the [[Docker|Docker page of this wiki]]. Here are a few links (recommended by other DEIB users of Docker) that may help you get to grips with Docker.


: [https://stackify.com/docker-tutorial/ Stackify]
: [https://stackify.com/docker-tutorial/ Stackify]
Line 12: Line 12:
: [https://docker-curriculum.com/ Docker Curriculum]
: [https://docker-curriculum.com/ Docker Curriculum]


See also the [[Docker|Docker page of this wiki]], of course.
'''Important!''' Remember that on Mufasa Docker containers are never run with the standard <code>docker run</code> command: instead they must be [[User Jobs#Executing jobs on Mufasa|run via SLURM]].
 
'''Important!''' On Mufasa, Docker containers are never run with the standard <code>docker run</code> command. They must be [[User Jobs#Executing jobs on Mufasa|run via the SLURM job scheduling system]].

Revision as of 17:53, 18 February 2022

This page collects resources that can be useful to Mufasa users. Contributions are welcome :-)


SLURM

If you need more about SLURM than what you find in this wiki, there is plenty of material on SLURM's own website. [This quickstart guide] is a good starting point.

Docker

There are plenty of resouces on the web about Docker beside the Docker page of this wiki. Here are a few links (recommended by other DEIB users of Docker) that may help you get to grips with Docker.

Stackify
Docker Curriculum

Important! Remember that on Mufasa Docker containers are never run with the standard docker run command: instead they must be run via SLURM.