Skip to content

EpetraExt: Fix HDF5 example requires HDF5 (#1105)

James Willenbring requested to merge Tech-XCorp:epetraExtFixExample into develop

Created by: MicheldeMessieres

Would compile error if EpetraExt examples on and HDF5 off.

@trilinos/epetraext

Description

This test requires HDF5 so should only run with HDF5 enabled.

Motivation and Context

Test will now pass with HDF5 off - this test won't run.

Related Issues

  • Closes
  • Blocks
  • Is blocked by
  • Follows
  • Precedes
  • Related to
  • Part of
  • Composed of

How Has This Been Tested?

Ran parallel and serial on my clang, with and without hdf5. 1.18.18. Ran a SEMS.

Screenshots

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Additional Information

Merge request reports