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

Do not build regression test-specific targets when not compiling with MFEM #170

Closed pranav-vempati closed 1 year ago

pranav-vempati commented 1 year ago

Do not build the libROM regression test targets when the MFEM flag is not present.

chldkdtn commented 1 year ago

@pranav-vempati Thank you for doing this. I have a question. How does this PR affect the CI. Does the CI always compile with MFEM?

pranav-vempati commented 1 year ago

@chldkdtn This PR should not affect the CI, as the CI always compiles libROM with MFEM.