-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: mv macros to include/language-support.F90
- Loading branch information
Showing
2 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
! Copyright (c), The Regents of the University of California | ||
! Terms of use are as specified in LICENSE.txt | ||
|
||
#ifndef F2023_LOCALITY | ||
#if defined(__INTEL_COMPILER) && (__INTEL_COMPILER >= 202400) | ||
# define F2023_LOCALITY 1 | ||
#endif | ||
#endif | ||
|
||
#ifndef F2018_LOCALITY | ||
#if defined(_CRAYFTN) | ||
# define F2018_LOCALITY 1 | ||
#endif | ||
#endif |
This file contains 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