CABLE-LSM / benchcab

Tool for evaluation of CABLE land surface model
https://benchcab.readthedocs.io/en/latest/
Apache License 2.0
2 stars 4 forks source link

Support for debug builds and/or configurable compiler flags #307

Open SeanBryan51 opened 3 months ago

SeanBryan51 commented 3 months ago

It would be useful if benchcab supported testing CABLE with debug builds and/or builds with configurable compiler flags so that we can catch any runtime exceptions or warnings that may be hidden in a release build (for example in https://github.com/CABLE-LSM/benchcab/issues/304 it would have been useful to catch the floating point overflow exception sooner).

This functionality comes by default with a spack based workflow (https://github.com/CABLE-LSM/benchcab/issues/286).