LLNL / libROM

Data-driven model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
204 stars 36 forks source link

Maxtimeinterval #39

Closed kevinhkhuynh closed 4 years ago

kevinhkhuynh commented 4 years ago
  1. Added option to add a maximum time interval. Defaults to -1 (unlimited time intervals). If the number is surpassed (more samples are taken than is allowed), libROM throws an error.
  2. Added tests for this.
  3. Modified travis to run the tests, before it just built them, my mistake.
  4. Fixed Cmake bug where Debug mode didn't turn on assertions.
  5. Verified that Laghos regression tests still pass and Dylan's failed example actually fails.
kevinhkhuynh commented 4 years ago

need to fix travis yml