File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ Implemented in this package (the `ClusterManagers.jl` package):
13
13
| Sun Grid Engine (SGE) via ` qrsh ` | ` addprocs_qrsh(np::Integer; qsub_flags=``) ` or ` addprocs(QRSHManager(np, qsub_flags)) ` |
14
14
| PBS (Portable Batch System) | ` addprocs_pbs(np::Integer; qsub_flags=``) ` or ` addprocs(PBSManager(np, qsub_flags)) ` |
15
15
| Scyld | ` addprocs_scyld(np::Integer) ` or ` addprocs(ScyldManager(np)) ` |
16
- | HTCondor | ` addprocs_htc(np::Integer) ` or ` addprocs(HTCManager(np)) ` |
16
+ | HTCondor[ ^ 1 ] | ` addprocs_htc(np::Integer) ` or ` addprocs(HTCManager(np)) ` |
17
17
| Slurm | ` addprocs_slurm(np::Integer; kwargs...) ` or ` addprocs(SlurmManager(np); kwargs...) ` |
18
18
| Local manager with CPU affinity setting | ` addprocs(LocalAffinityManager(;np=CPU_CORES, mode::AffinityMode=BALANCED, affinities=[]); kwargs...) ` |
19
19
20
+ [ ^ 1 ] : HTCondor was previously named Condor.
21
+
20
22
Implemented in external packages:
21
23
22
24
| Job queue system | Command to add processors |
You can’t perform that action at this time.
0 commit comments