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 a154361 commit c50cff7Copy full SHA for c50cff7
test/runtests.jl
@@ -41,7 +41,7 @@ qsub_is_installed() = !isnothing(Sys.which("qsub"))
41
42
if qsub_is_installed()
43
@info "Running the SGE (via qsub) tests..." Sys.which("qsub")
44
- include("slurm.jl")
+ include("sge_qsub.jl")
45
else
46
if "sge_qsub" in test_args
47
@error "ERROR: The SGE tests were explicitly requested in ARGS, but qsub was not found, so the SGE tests cannot be run" Sys.which("qsub") test_args
0 commit comments