Skip to content

Commit 3ca8adb

Browse files
committed
- The only differences in the underlying header file between
GASNet-1.12.0 and GASNet-1.14.0. This commit was SVN r22591.
1 parent 97d66bc commit 3ca8adb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ompi/include/mpi_portable_platform.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Header file with preprocessor magic to figure out, which compiler the user has been calling!
33
*
4-
* This code is adapted from the file other/portable_platform.h of GASnet-1.12.0:
4+
* This code is adapted from the file other/portable_platform.h of GASnet-1.14.0:
55
* - Ripping out the required parts.
66
* - Get rid of brackets as it messes up autoconf
77
* - Delete version tests for older PGI versions (#include "omp.h" not acceptabe)
@@ -264,14 +264,14 @@
264264
# else
265265
# define PLATFORM_COMPILER_CRAY_C 1
266266
# endif
267-
# if defined(_RELEASE) && defined(_RELEASE_MINOR) /* X1 */
267+
# if defined(_RELEASE) && defined(_RELEASE_MINOR) /* X1 and XT */
268268
# define PLATFORM_COMPILER_VERSION \
269269
PLATFORM_COMPILER_VERSION_INT(_RELEASE,_RELEASE_MINOR,0)
270270
# elif defined(_RELEASE) /* T3E */
271271
# define PLATFORM_COMPILER_VERSION \
272272
PLATFORM_COMPILER_VERSION_INT(_RELEASE,0,0)
273273
# endif
274-
# ifdef _RELEASE_STRING /* X1 */
274+
# ifdef _RELEASE_STRING /* X1 and XT */
275275
# define PLATFORM_COMPILER_VERSION_STR _RELEASE_STRING
276276
# endif
277277

0 commit comments

Comments
 (0)