Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel assert on a comm in the PIO general testing framework #98

Merged
merged 2 commits into from
Aug 26, 2016

Conversation

jayeshkrishna
Copy link
Contributor

This merge brings in the following changes to the PIO
testing framework,

  • All parallel asserts are now performed on a communicator
  • Some basic documentation on how to use the testing
    framework

Parallel asserts, PIO_TF_PASSERT()s, provided by the
testing framework previously always worked on
MPI_COMM_WORLD.

This commit includes changes to force parallel asserts on
MPI communicators rather than MPI_COMM_WORLD. This allows
individual tests to perform asserts on a specific MPI
communicator.
Adding some basic information on the PIO testing framework. This
framework is used by tests in the <PIO_SOURCE_DIR>/tests/general
directory.
@jedwards4b jedwards4b merged commit 10228e0 into master Aug 26, 2016
@edhartnett edhartnett deleted the jayeshkrishna/pio2/passert_on_comm branch December 5, 2016 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants