use default depot + julia -O0 flag #1558
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
I also added
climacoupler-cito the Clear Depot pipeline. Now we can use the generic clear depot instead of the coupler-specific one (which I'll delete soon). The defaultclear depotcan be used to clear this pipeline's depot by setting the environment variableslug=climacoupler-ci.Also minimized optimization of everything in the regular CI by passing the -O0 flag (as opposed to the default -O2 optimization level).
For timing examples, see CI runs with -O0 vs default. The largest change is in GPU CMIP, which goes from 42 to 28 minutes. Some slabplanet runs and the sea breeze experiment become slower because they're run for 1+days. This option seems to only be useful for tests and experiments that run for "a few" steps (maybe <5, depending on the configuration).