Fixes numerous issues when using oneAPI #34
Draft
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.
gadi
(withinbuild.sh
)openmpi/5.0.5
andnetcdf/4.9.2
(withinbuild.sh
)llvm-ar
by default (in preparation for using-flto
down the track, whenllvm-ar
will be necessary but no drawbacks from what I can tell for now)-ip
-qno-opt-dynamic-align
for removing one possible avenue for non-deterministic resultscq
as the archiver flags formct/Makefile
andmpeu/Makefile
- unclear to me whyscrip/Makefile
uses$ARFLAGS
but these two don't. Hardcoding the flags preserves previous behaviour. See Inconsistencies with using ARFLAGS when creating static libraries #31get_zeits.c
) #33 (which turned out to be because of the old-style function definition - the prototypes were present)configure
andconfigure.ac
where it checks for mismatched arguments. Not sure whyconfigure
thought that the flags were supported and kept adding them in the compile flags, but the compiler (ifx
) does not support them.Fixes #26, #30, #33