Expand and enhance native-multi-image test - #356
Open
bonachea wants to merge 10 commits into
Open
Conversation
Add testing of allocatable coarrays in the main program Add new HAVE_ALLOC_COARRAY_CLEANUP flag to control auto-deallocation of allocatable coarrays at scope exit Add new HAVE_ALLOC_COARRAY_DEALLOC flag to control explicit deallocation of allocatable coarrays Factor old CHECK_ALLOC macro into more generic CHECK_VALL macro Update CI settings accordingly
Add NAG stand-alone support to check for non-conforming vendor extensions, and fix a few such issues to ensure strict standards conformance. Add Gfortran stand-alone support, and a Makefile to drive both. Fix a critical barrier mismatch defect in test_module_coarray and test_save_extern_coarray Minor cosmetic cleanups
Enable HAVE_COARRAY by default, so that all multi-image features are enabled by default with HAVE_MULTI_IMAGE. Also deploy forward-looking HAVE_LOCK and HAVE_NOTIFY knobs that default to HAVE_COARRAY and control the relevant type. Adjust CI settings accordingly.
Replace/augment unchecked console output with programmatic checks
Coverage for: * THIS_IMAGE(TEAM=) * NUM_IMAGES(TEAM=) * TEAM_NUMBER(TEAM=)
bonachea
force-pushed
the
ci-native-alloc
branch
from
August 6, 2026 00:09
4339e1e to
08e8853
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deploys numerous long-overdue improvements to native-multi-image test, see commit messages for individual improvements.
Highlights: