Add cray mod output check and unused newunit macro to configure script #1561
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.
Description
@J-Lentz found that the cray compiler capitalizes .mod files by default which causes some issues with the build. This PR adds a m4 macro to check if that behavior is happening and if so adds a flag
-ef
to disable it.There was also an unused m4 file that checks for if a compiler supports newunit in open calls, from what i can see in the history it seems like it may have just accidentally never been added to the
configure.ac
file at the time it was added to the repo. This adds the call so it can actually run as well and also adds a line to remove a leftover file from one of the checks.How Has This Been Tested?
tested with intel, gcc, and the cray compiler on gaea and also with intel and gcc on the amd box
Checklist:
make distcheck
passes