Using modules
Modules are configuration files that modify your software environment. A module file contains the information needed to make an application or library available in the user's session.
Softwares
Discover the full set of resources available at the eXplor mesocenter.
Job submission (Slurm)
SLURM is a job scheduler. Its role is to manage the queue and launch computations when the requested resources are available.
Job monitoring commands
SLURM job monitoring commands
Preemption
Screenshot1
CPU load analysis
User tasks may request resources, but during execution the fully requested processors are not actually used by the JOBS. Several reasons can explain this behavior:
Notes on OpenMP vs. MPI
When parallelizing code across multiple nodes, OpenMP and MPI (Message Passing Interface) are two commonly used approaches that differ in underlying concepts and methodologies.