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 fbea3d1 commit efead4eCopy full SHA for efead4e
experiments/calibration/run_calibration.jl
@@ -44,15 +44,15 @@ end
44
45
addprocs(CAL.SlurmManager())
46
# Make variables and the forward model available on the worker sessions
47
+@everywhere import ClimaComms, CUDA, ClimaCoupler
48
+@everywhere import ClimaCalibrate as CAL
49
+@everywhere import JLD2
50
@everywhere begin
51
# Run for a shorter time if SHORT_RUN is set
52
const SHORT_RUN = haskey(ENV, "SHORT_RUN") ? true : false
53
- import ClimaComms, CUDA, ClimaCoupler
54
ENV["CLIMACOMMS_DEVICE"] = "CUDA"
55
ENV["CLIMACOMMS_CONTEXT"] = "SINGLETON"
- import ClimaCalibrate as CAL
- import JLD2
56
57
experiment_dir = joinpath(pkgdir(ClimaCoupler), "experiments", "calibration")
58
include(joinpath(experiment_dir, "model_interface.jl"))
0 commit comments