respect PETSC_ARCH

This commit is contained in:
Philip Eisenlohr 2015-11-10 21:18:53 +00:00
parent c5b28a22d4
commit 45fb209658
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ SHELL = /bin/sh
# STANDARD_CHECK = checking for Fortran 2008, compiler dependend
########################################################################################
include $(PETSC_DIR)/lib/petsc/conf/variables
include $(PETSC_DIR)/$(PETSC_ARCH)/lib/petsc/conf/variables
INCLUDE_DIRS := $(PETSC_FC_INCLUDES) -DPETSc -I../lib
LIBRARIES := $(PETSC_WITH_EXTERNAL_LIB)
COMPILERNAME ?= $(FC)

View File

@ -1,6 +1,6 @@
include ${PETSC_DIR}/lib/petsc/conf/variables
include ${PETSC_DIR}/lib/petsc/conf/rules
include ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/variables
include ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/rules
run16x16x16: