Open
Conversation
Collaborator
Author
|
Currently running tests with 4 threads to see if we really are bit-reproducible. |
Collaborator
Author
|
While this compiles with Using |
Collaborator
Author
|
@dsidoren, could you have a look at this PR and issue? |
Collaborator
Author
|
@dsidoren, does it run with or without being reproduciable? |
Collaborator
Author
|
Relevant or redundant? 20fa8de |
- icb_step.F90: Change area_ib_tot from PRIVATE to REDUCTION(+:) for proper parallel accumulation (fixes ftn-7208 warnings at lines 574 and 798) - oce_ale_pressure_bv.F90: Change f_min from PRIVATE to FIRSTPRIVATE to preserve initialization value (fixes ftn-7208 warning at line 3037) - write_step_info.F90: Remove loc_deta from REDUCTION clause as its result is unused (fixes ftn-7276 warning at line 117)
Collaborator
Author
|
I added the fixes from the cray ftn warnings here as well. Perhaps it helps. At least it should not break anything. |
Fix 'unterminated #else' error by correctly placing __openmp_reproducible check inside the ENABLE_OPENACC=false branch. The nested #ifndef was incorrectly placed inside the #else block, causing a preprocessor error.
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.
Turning on the
-DOPENMP_REPRODUCIBLE=ONflag results in many compiler errors with gcc 13 on levante.Here are all the changes necessary to compile again.