restore Makefile.power for P6

This commit is contained in:
Hong Bo Peng 2024-06-27 09:39:18 -04:00
parent f948dfb47f
commit 6597ec7b33
1 changed files with 0 additions and 8 deletions

View File

@ -93,14 +93,6 @@ FCOMMON_OPT += -O2 -Mrecursive
endif endif
endif endif
ifeq ($(CORE), POWER6)
CCOMMON_OPT += -Ofast -mcpu=power6 -fno-fast-math
ifeq ($(F_COMPILER), IBM)
FCOMMON_OPT += -O2 -qrecur -qnosave -qarch=pwr6 -qfloat=nomaf -qzerosize
else
FCOMMON_OPT += -O2 -frecursive -mcpu=power6 -fno-fast-math
endif
endif
ifeq ($(USE_OPENMP), 1) ifeq ($(USE_OPENMP), 1)
ifneq ($(C_COMPILER), PGI) ifneq ($(C_COMPILER), PGI)
CCOMMON_OPT += -DUSE_OPENMP -fopenmp CCOMMON_OPT += -DUSE_OPENMP -fopenmp