Skip to content

Commit

Permalink
a setup configuration for intel fortran compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
yumengch committed Jan 23, 2024
1 parent b75026f commit 3a4a728
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions setup_intel.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[PDAF]
# PDAF source file directory
directory= PDAF_V2.1
# fortran compiler
FC = mpiifort
# fortran linker
LD = mpiifort
AR = ar
RANLIB = ranlib
CPP = cpp
OPT = -O3 -r8 -fPIC
OPT_LNK =
INC = -IPDAF_V2.1/include
LINK_LIBS = -llapack -lblas
CPP_DEFS = -DUSE_PDAF

[pyPDAF]
pwd = /scratch/local/yumeng/testpyPDAF/pyPDAF
CC = mpiicc
MKLROOT=/opt/intel/oneapi/mkl/2022.0.2
LAPACK_PATH=/opt/intel/oneapi/mkl/2022.0.2/lib/intel64
LAPACK_Flag=mkl_intel_lp64,mkl_sequential,mkl_core,pthread,m,dl

0 comments on commit 3a4a728

Please sign in to comment.