From 1204c298284f71ddfd3a8d544fce69372a61dcb5 Mon Sep 17 00:00:00 2001 From: Guytri KASTANE Date: Wed, 13 Sep 2023 09:50:28 +0200 Subject: [PATCH] Add fftw dependency and add sections in config files (petsc, fftw); add compilation script for petsc 3.19.4 and fftw 3.3.10 --- products/compil_scripts/fftw-3.3.10.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/compil_scripts/fftw-3.3.10.sh b/products/compil_scripts/fftw-3.3.10.sh index 82728f9..f4660bd 100755 --- a/products/compil_scripts/fftw-3.3.10.sh +++ b/products/compil_scripts/fftw-3.3.10.sh @@ -16,7 +16,7 @@ if [ $? -ne 0 ]; then exit 1 fi -echo +echo echo "*** make" make if [ $? -ne 0 ]; then @@ -24,7 +24,7 @@ if [ $? -ne 0 ]; then exit 2 fi -echo +echo echo "*** make install" make install if [ $? -ne 0 ]; then -- 2.39.2