File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11name = " ClimaCalibrate"
22uuid = " 4347a170-ebd6-470c-89d3-5c705c0cacc2"
33authors = [" Climate Modeling Alliance" ]
4- version = " 0.0.13 "
4+ version = " 0.0.14 "
55
66[deps ]
77Distributed = " 8ba89e20-285c-5b6f-9357-94700520ee1b"
@@ -20,7 +20,7 @@ CalibrateEmulateSample = "95e48a1f-0bec-4818-9538-3db4340308e3"
2020CESExt = " CalibrateEmulateSample"
2121
2222[compat ]
23- CalibrateEmulateSample = " 0.5"
23+ CalibrateEmulateSample = " 0.5, 0.6 "
2424Distributed = " 1"
2525Distributions = " 0.25"
2626EnsembleKalmanProcesses = " 1, 2"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ test_cmd = """
7979#PBS -j oe
8080#PBS -A UCIT0011
8181#PBS -q preempt
82- #PBS -l walltime=00:00:12
82+ #PBS -l walltime=00:01:00
8383#PBS -l select=1:ncpus=1:ngpus=1
8484# The GPU isn't needed, but we are currently overspent on the CPU queue
8585
@@ -109,6 +109,7 @@ sleep(1)
109109jobids = ntuple(x -> submit_cmd_helper(test_cmd), 5 )
110110
111111CAL. kill_job.(jobids)
112+ sleep(10 )
112113for jobid in jobids
113114 @test CAL. job_completed(jobid)
114115 @test CAL. job_failed(jobid)
You can’t perform that action at this time.
0 commit comments