mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
intel is now used for petsc compilation
This commit is contained in:
parent
47110b330a
commit
ad21ada632
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ endif
|
|||
# use petsc compiler
|
||||
ifeq ($(COMPILER),petsc)
|
||||
F90 = ${FLINKER}
|
||||
F90FLAGS := -ffree-form -I${PETSC_DIR}/include -I${SLEPC_DIR}/include \
|
||||
F90FLAGS := -cpp -warn -assume byterecl -traceback -I${PETSC_DIR}/include -I${SLEPC_DIR}/include \
|
||||
-DMPI -DPETSC
|
||||
include ${SLEPC_DIR}/conf/slepc_common
|
||||
LDFLAGS = ${SLEPC_LIB}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue