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
|
# 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
|
INCLUDE_DIRS := $(PETSC_FC_INCLUDES) -DPETSc -I../lib
|
||||||
LIBRARIES := $(PETSC_WITH_EXTERNAL_LIB)
|
LIBRARIES := $(PETSC_WITH_EXTERNAL_LIB)
|
||||||
COMPILERNAME ?= $(FC)
|
COMPILERNAME ?= $(FC)
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
|
SHELL = /bin/sh
|
||||||
include ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/variables
|
|
||||||
include ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/rules
|
|
||||||
|
|
||||||
|
|
||||||
run16x16x16:
|
run16x16x16:
|
||||||
-@${MPIEXEC} -n 2 DAMASK_spectral -l tensionX.load -g 20grains16x16x16.geom
|
-@${MPIEXEC} -n 2 DAMASK_spectral -l tensionX.load -g 20grains16x16x16.geom
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue