corrected/removed PETSc variables path
This commit is contained in:
parent
4b85941a94
commit
4a52c59854
|
@ -17,7 +17,7 @@ SHELL = /bin/sh
|
|||
# STANDARD_CHECK = checking for Fortran 2008, compiler dependend
|
||||
########################################################################################
|
||||
|
||||
include $(PETSC_DIR)/$(PETSC_ARCH)/lib/petsc/conf/variables
|
||||
include $(PETSC_DIR)/$(PETSC_ARCH)/lib/petsc/conf/petscvariables
|
||||
INCLUDE_DIRS := $(PETSC_FC_INCLUDES) -DPETSc -I../lib
|
||||
LIBRARIES := $(PETSC_WITH_EXTERNAL_LIB)
|
||||
COMPILERNAME ?= $(FC)
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
|
||||
include ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/variables
|
||||
include ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/rules
|
||||
|
||||
|
||||
SHELL = /bin/sh
|
||||
run16x16x16:
|
||||
-@${MPIEXEC} -n 2 DAMASK_spectral -l tensionX.load -g 20grains16x16x16.geom
|
||||
|
||||
|
|
Loading…
Reference in New Issue