LLNL / libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
201 stars 36 forks source link

Fix compiler flags for mfem build #285

Closed ckendrick closed 5 months ago

ckendrick commented 5 months ago

This fixes an issue in the setup script which caused MFEM to no longer add any additional compiler flags for Debug or Release mode.

User provided CFLAGS and CXXFLAGS are now saved to a temporary copy and unset before compiling MFEM. The user provided flags are passed into MFEM using BASE_FLAGS.