From eedd924ce3e7eb0d2273b669c9ee3941d1d320fc Mon Sep 17 00:00:00 2001 From: Augustin Degomme <26892-adegomme@users.noreply.framagit.org> Date: Mon, 13 Nov 2023 13:38:33 +0000 Subject: [PATCH] hopefully bigdft CI (work around an issue we identified, pending a fix) --- tools/jenkins/ci-bigdft.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/jenkins/ci-bigdft.sh b/tools/jenkins/ci-bigdft.sh index 6833428c6c..9391fa0c22 100755 --- a/tools/jenkins/ci-bigdft.sh +++ b/tools/jenkins/ci-bigdft.sh @@ -31,6 +31,8 @@ sed -i 's|module="ntpoly-v3.0.0.tar.gz"|module="ntpoly"|' ../modulesets/hpc-upst ../Installer.py -f ../../tools/jenkins/gfortran-simgrid.rc -y build export OMP_NUM_THREADS=1 +#workaround issue with profiling optimization (for fugaku) which prevent f_free_ptr to use the simgrid version. Fix pending. +export FUTILE_PROFILING_DEPTH=-1 #cubic version cd ../bigdft/tests/DFT/cubic/C -- 2.20.1