File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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)
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
You can’t perform that action at this time.
0 commit comments