Update Running the jobs authored by Alain O' Miniussi's avatar Alain O' Miniussi
# Context
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... 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...
However all heavy duty computing must go through the SLURM manager, and non complying processes can be killed without notice. However all heavy duty computing must go through the SLURM manager, and non complying processes can be killed without prior notice.
Usage examples are provided in the [cluster specific](Home) pages of this wiki, but all facilities share a common architecture. Usage examples are provided in the [cluster specific](Home) pages of this wiki, but all facilities share a common architecture.
# [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. 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)
... ...
......