@@ -36,6 +36,9 @@
#elif defined(__PGI)
# define COMPILER_ID "PGI"
+#elif defined(__PATHSCALE__)
+# define COMPILER_ID "PathScale"
+
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
@@ -38,6 +38,9 @@
@@ -8,6 +8,8 @@
PRINT *, 'INFO:compiler[SunPro]'
#elif defined(__G95__)
PRINT *, 'INFO:compiler[G95]'
+ PRINT *, 'INFO:compiler[PathScale]'
PRINT *, 'INFO:compiler[GNU]'
#elif defined(__IBMC__)