Skip to content
Snippets Groups Projects
Commit f0e9f4cd authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann 🌱
Browse files

typos for marconi compilation

parent 62c68d97
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,8 @@ marconi_sp: compile
# For compiling on marconi in single prec.
marconi_dbg: F90 = mpiifort
marconi_dbg: F90FLAGS = -g -traceback -ftrapuv -warn all -debug all
marconi_dbg: F90FLAGS = -DSINGLE_PRECISION -O3 -xHOST
marconi_dbg: EXEC = $(BINDIR)/gyacomo23_sp
marconi_dbg: F90FLAGS = -DSINGLE_PRECISION -g -traceback -ftrapuv -warn all -debug all
marconi_dbg: EXEC = $(BINDIR)/gyacomo23_dbg
marconi_dbg: dirs src/srcinfo.h
marconi_dbg: compile
......
......@@ -11,8 +11,9 @@ FUTILS_DIR = $(HOME)/lib/futils/src
# For local install :
HDF5_LIB = /usr/local/hdf5-1.8.22/lib
FFTW3DIR = $(HOME)/lib/fftw-3.3.10
# For marconi:
# -comment HDF5_LIB and FFTW3DIR
# -uncomment the following lines
#FFTW3DIR = $(FFTW_HOME)#for Marconi
#LAPACKDIR = $(HOME)/lib/lapack-3.10.0
\ No newline at end of file
LAPACKDIR = $(HOME)/lib/lapack-3.10.0
# For marconi (use of modules):
# -comment HDF5_LIB, FFTW3DIR and LAPACKDIR
# -uncomment the following lines if the module are loaded
#FFTW3DIR = $(FFTW_HOME)#mandatory
#LAPACKDIR = $(LAPACK_HOME)#optional
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment