Update Running the jobs authored by Alain O' Miniussi's avatar Alain O' Miniussi
# Context
# Running the job though Slurm
Our clusters are accessed through a login node[^1], that login node can by used low cpu work like software development (testing, compiling porting, small test), job management, data transfer...
......@@ -6,16 +6,18 @@ However all heavy duty computing must go through the SLURM manager, and non comp
Usage examples are provided in the [cluster specific](Home) pages of this wiki, but all facilities share a common architecture.
All the examples are [provided in this of this repository](/home#examples).
# Submitting differents types of jobs
All the examples are [provided in this repository](/home#examples).
# [SLURM basics/sequential jobs](Running-the-jobs/SLURM basics)
## [SLURM basics/sequential jobs](Running-the-jobs/SLURM basics)
How to get a simple job done on the cluster, how to monitor your jobs etc.
# [Multi threaded jobs/shared memory parallelism](Running-the-jobs/Multi-threaded-jobs)
## [Multi threaded jobs/shared memory parallelism](Running-the-jobs/Multi-threaded-jobs)
How to run a multi threaded jobs on a node.
# [MPI jobs/multi node parallelism](Running-the-jobs/MPI-jobs)
## [MPI jobs/multi node parallelism](Running-the-jobs/MPI-jobs)
How to run and place MPI jobs.
# [Interactive sessions](Running-the-jobs/Interactive sessions)
## [Interactive sessions](Running-the-jobs/Interactive sessions)
How to connect to a node for an interactive session.
# [Use local copies for IO intensive work](Running-the-jobs/Use local copies for IO intensive work)
How to use local file access when the share disk space cannot handle the load.
......
......