From 19bbadded30eb4fe2103b374299bd151a47a8e47 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 24 Jan 2022 09:19:05 +0000 Subject: [PATCH] update bigdft rcfile for ntpoly --- tools/jenkins/gfortran-simgrid.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/jenkins/gfortran-simgrid.rc b/tools/jenkins/gfortran-simgrid.rc index 70c55d8c63..078f613966 100644 --- a/tools/jenkins/gfortran-simgrid.rc +++ b/tools/jenkins/gfortran-simgrid.rc @@ -26,3 +26,6 @@ module_autogenargs.update({ 'bigdft': env_configuration()+ " --enable-simgrid-shared --with-mpi-libs='-lsimgrid' --with-mpi-include=-I"+getcwd()+"/install/include/smpi FC="+getcwd()+"/install/bin/smpif90 CC=gcc SIMGRID_FC="+getcwd()+"/install/bin/smpif90", }) +module_cmakeargs.update({ +'ntpoly': "-DFORTRAN_ONLY=Yes -DCMAKE_Fortran_FLAGS_RELEASE='-O2 -fPIC -g -fopenmp' -DBUILD_SHARED_LIBS=Yes" +}) -- 2.20.1