Changes between Version 35 and Version 36 of Public/User_Guide/Batch_system
- Timestamp:
- Jul 9, 2020, 11:42:13 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Batch_system
v35 v36 476 476 Call the above function to change all {{{afterok:$(SLURM_JOBID)}}} dependencies into {{{after:$(SLURM_JOBID)}} dependencies. This enables the jobs in workflow eligible for allocation by Slurm. 477 477 478 The header file can be included using {{{#include "slurm/slurm_workflow.h"}}} and should be linked using {{{-lslurm_workflow}}}.478 The header file can be included using {{{#include <slurm/slurm_workflow.h>}}} and should be linked using {{{-lslurm_workflow}}} and {{{-lslurm}}}. 479 479 480 480