File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11agents :
22 queue : derecho
33 modules : climacommon
4- pbs_q : preempt
4+ pbs_q : main
55 pbs_l_select : " 1:ngpus=1:ncpus=1" # We are out of CPU-only hours...
66
77env :
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.11 "
4+ version = " 0.0.12 "
55
66[deps ]
77Distributed = " 8ba89e20-285c-5b6f-9357-94700520ee1b"
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ function poll_file_for_worker_startup(
202202 launched_workers = 0
203203
204204 for retry_delay in push!(collect(retry_delays), 0 )
205- if process_exited(pid)
205+ if process_exited(pid) && pid . exitcode != 0
206206 error(
207207 """ Worker launch process exited with code $(pid. exitcode) .
208208 Please check the terminal for error messages from the job scheduler.""" ,
You can’t perform that action at this time.
0 commit comments