respect PETSC_ARCH
This commit is contained in:
parent
c5b28a22d4
commit
45fb209658
|
@ -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)
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue