Ignacio Lopez-Gomez
Ignacio Lopez-Gomez
The construction of the inverse problem (y, Gamma) is now serial across configurations. A parallel implementation could be beneficial for users that employ a large number of configurations.
Now that we have buildkite tests up and running, we can start thinking about adding an integration test with the `global_parallel` pipeline. This would allow us to test code in...
In our current HPC pipelines, a job failing (note, this is NOT TurbulenceConvection.jl failing) does not kill the dependent jobs. Instead, the rest of jobs are called and fail at...
The removal of TC.jl output is now done implicitly through its storage in temporary files that are deleted once the Julia process ends. This approach works for the HPC pipeline,...