Skip to content
Snippets Groups Projects
Commit 60859b93 authored by Brad King's avatar Brad King
Browse files

Merge branch 'cray-fortran-version' into release

parents b4a2ada2 09f754f0
Branches
Tags
No related merge requests found
......@@ -47,6 +47,8 @@
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_F90 & 0xF)
#elif defined(_CRAYFTN)
PRINT *, 'INFO:compiler[Cray]'
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__G95__)
PRINT *, 'INFO:compiler[G95]'
# define COMPILER_VERSION_MAJOR DEC(__G95__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment