-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Excision: Remove all non-Condor code
- Loading branch information
1 parent
e683c53
commit 7245492
Showing
18 changed files
with
14 additions
and
960 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,17 @@ | ||
module HTCondorClusterManager | ||
|
||
using Distributed | ||
using Sockets | ||
using Pkg | ||
import Distributed | ||
import Sockets | ||
import Pkg | ||
|
||
using Distributed: launch, manage, kill, init_worker, connect | ||
|
||
export launch, manage, kill, init_worker, connect | ||
import Distributed: launch, manage, kill, init_worker, connect | ||
|
||
|
||
worker_cookie() = begin Distributed.init_multi(); cluster_cookie() end | ||
worker_arg() = `--worker=$(worker_cookie())` | ||
|
||
|
||
# PBS doesn't have the same semantics as SGE wrt to file accumulate, | ||
# a different solution will have to be found | ||
include("qsub.jl") | ||
include("scyld.jl") | ||
include("condor.jl") | ||
include("slurm.jl") | ||
include("affinity.jl") | ||
include("elastic.jl") | ||
|
||
end |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.