Skip to content

Supressing TRT gas warnings for non-sim jobs

Zach Marshall requested to merge zmarshal/athena:21.2_TRT_Gas_Warning into 21.2

When we aren't running simulation, the TRT gas warnings shouldn't be there (as the warnings themselves told us). Therefore, auto-detecting the running of simulation and passing that into C++, so that the warnings can be printed appropriately.

Merge request reports