We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3f4b8c + ed430cd commit 9c8d1e0Copy full SHA for 9c8d1e0
1 file changed
Makefile.system
@@ -1122,8 +1122,12 @@ FCOMMON_OPT += -i8
1122
endif
1123
1124
ifeq ($(ARCH), x86_64)
1125
+ifneq ($(NEWPGI2),1)
1126
FCOMMON_OPT += -tp p7-64
1127
else
1128
+FCOMMON_OPT += -tp px
1129
+endif
1130
+else
1131
ifeq ($(ARCH), power)
1132
ifeq ($(CORE), POWER6)
1133
$(warning NVIDIA HPC compilers do not support POWER6.)
0 commit comments