From f0e9f4cd18670b2e12c81146b9e0d3f13d25cb43 Mon Sep 17 00:00:00 2001 From: Antoine Hoffmann <antoine.hoffmann@epfl.ch> Date: Mon, 8 May 2023 11:47:52 +0200 Subject: [PATCH] typos for marconi compilation --- Makefile | 5 ++--- local/dirs.inc | 11 ++++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index f838e92d..51dc0420 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/local/dirs.inc b/local/dirs.inc index 09d556ed..f11d59fb 100644 --- a/local/dirs.inc +++ b/local/dirs.inc @@ -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 -- GitLab