Skip to content

Commit c91aa67

Browse files
authored
README: Add a footnote that HTCondor was previously named Condor (#227)
1 parent 82307a9 commit c91aa67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ Implemented in this package (the `ClusterManagers.jl` package):
1313
| Sun Grid Engine (SGE) via `qrsh` | `addprocs_qrsh(np::Integer; qsub_flags=``)` or `addprocs(QRSHManager(np, qsub_flags))` |
1414
| PBS (Portable Batch System) | `addprocs_pbs(np::Integer; qsub_flags=``)` or `addprocs(PBSManager(np, qsub_flags))` |
1515
| 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))` |
1717
| Slurm | `addprocs_slurm(np::Integer; kwargs...)` or `addprocs(SlurmManager(np); kwargs...)` |
1818
| Local manager with CPU affinity setting | `addprocs(LocalAffinityManager(;np=CPU_CORES, mode::AffinityMode=BALANCED, affinities=[]); kwargs...)` |
1919

20+
[^1]: HTCondor was previously named Condor.
21+
2022
Implemented in external packages:
2123

2224
| Job queue system | Command to add processors |

0 commit comments

Comments
 (0)