Skip to content

Commit 6a431fd

Browse files
committed
Refactor backends
1 parent 3da2c05 commit 6a431fd

File tree

10 files changed

+173
-141
lines changed

10 files changed

+173
-141
lines changed

docs/literate_example.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ observations .= process_member_data(SimDir(simulation.output_dir))
167167
# The simplest backend is the `JuliaBackend`, which runs all ensemble members sequentially and does not require `Distributed.jl`.
168168
# For more information, see the [`Backends`](https://clima.github.io/ClimaCalibrate.jl/dev/backends/) page.
169169
eki = CAL.calibrate(
170-
CAL.WorkerBackend,
170+
CAL.WorkerBackend(),
171171
ensemble_size,
172172
n_iterations,
173173
observations,

docs/src/api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ ClimaCalibrate.foreach_remotecall_wait
2525
```@docs
2626
ClimaCalibrate.calibrate
2727
ClimaCalibrate.JuliaBackend
28+
ClimaCalibrate.HPCBackend
2829
ClimaCalibrate.DerechoBackend
2930
ClimaCalibrate.CaltechHPCBackend
3031
ClimaCalibrate.ClimaGPUBackend
32+
ClimaCalibrate.GCPBackend
3133
ClimaCalibrate.get_backend
3234
ClimaCalibrate.model_run
3335
ClimaCalibrate.module_load_string

0 commit comments

Comments
 (0)