We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679630f commit 6317ab1Copy full SHA for 6317ab1
src/slurmmanager.jl
@@ -4,7 +4,7 @@ ClusterManager for a Slurm allocation
4
Represents the resources available within a slurm allocation created by salloc/sbatch.
5
The environment variables `SLURM_JOBID` and `SLURM_NTASKS` must be defined to construct this object.
6
"""
7
-struct SlurmManager <: ClusterManager
+struct SlurmManager <: ClusterManager
8
jobid::Int
9
ntasks::Int
10
verbose::Bool
0 commit comments