Changes between Version 52 and Version 53 of Public/User_Guide/Batch_system


Ignore:
Timestamp:
Oct 15, 2021, 11:10:07 AM (3 years ago)
Author:
Jochen Kreutz
Comment:

Remove section on alternative modules

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Batch_system

    v52 v53  
    587587When using the library, the header file can be included using `#include <slurm/slurm_workflow.h>` and the library should be linked against using `-lslurm_workflow -lslurm`.
    588588
     589
     590{{{#!comment JK: not available anymore in current SLURM version
    589591== Submitting jobs to alternative modules ==
    590592Users can submit batch jobs to multiple modules by using `--module-list` extension for Slurm `sbatch` command. This extension accepts two modules, a primary module, submitted with higher priority, and an alternative module that receives a lower priority in the job queue. In the below example the job is submitted to two modules: the primary module is dp-cn, while the secondary module is dp-dam.
     
    601603
    602604Module-list is currently not compatible with other dependencies specified with `--dependency` clause, and also with other partitions specified with `--partition`.
     605}}}
    603606
    604607== Information on past jobs and accounting ==