Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BerkeleyLab/assert
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: BerkeleyLab/assert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.1
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 2, 2025

  1. Deploy ASSERT_MULTI_IMAGE feature macro

    Use it to disable multi-image execution by default on Intel,
    which in turn removes the dependence on Intel MPI
    
    Adjust test code accordingly
    bonachea authored and rouson committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    7f3df6f View commit details
    Browse the repository at this point in the history
  2. Update documentation

    bonachea authored and rouson committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    98cd3ef View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Add ASSERT_PARALLEL_CALLBACKS define

    By default, assert uses `THIS_IMAGE()` in multi-image mode while
    composing assertion output, and invokes `ERROR STOP` to print the
    assertion and terminate execution.
    
    The ASSERT_PARALLEL_CALLBACKS preprocessor flag enables the client to replace
    the default use of these two Fortran features with client-provided callbacks.
    To use this feature, the client must build the library with `-DASSERT_PARALLEL_CALLBACKS`,
    and then at startup set the `assert_this_image` and `assert_error_stop`
    procedure pointers to reference the desired callbacks.
    bonachea authored and rouson committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    52e14b2 View commit details
    Browse the repository at this point in the history
Loading