Conversation
To reproduce the problem, execute ./install.sh ./build/run-fpm.sh run --example double-scalar
This commit 1. Fixes a gfortran-11 workaround for an inconsistent value for the above-referenced descriptor struct member. 2. Enables a previously commented test of caf_co_sum that now works with this PR's fix.
This commit ensures that FPM_CC matches GASNET_CC during installation.
This finishes a fix started in commit 4097a.
This commit updates the co_min test to use string lengths and string array shapes that differ from those employed in the similar co_max and co_reduce tests.
Switch caf_co_max_test from using 2D data to using 3D data.
Switch co_reduce string test from using allocatable scalar data to using allocatable arrays of deferred-length strings.
This was referenced Feb 28, 2022
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.
With this PR, Caffeine reaches a status of no known bugs. 🎆 This PR is ready to merge if the CI tests pass and any review comments are addressed. This PR probably warrants an initial alpha release of Caffeine. Things that might be worth addressing before such a release are
co_reduceThe most significant missing features in the currently implemented Caffeine functions are
co_reduceandthis_image()andnum_images().