Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bigdft - fix fortran compiler for ntpoly
authoradegomme <degomme@localhost.localdomain>
Mon, 24 Jan 2022 10:20:04 +0000 (10:20 +0000)
committeradegomme <degomme@localhost.localdomain>
Mon, 24 Jan 2022 10:20:50 +0000 (10:20 +0000)
tools/jenkins/gfortran-simgrid.rc

index 078f613..0024cc6 100644 (file)
@@ -27,5 +27,5 @@ module_autogenargs.update({
     " --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"
+'ntpoly': "-DFORTRAN_ONLY=Yes -DCMAKE_Fortran_COMPILER="+getcwd()+"/install/bin/smpif90 -DCMAKE_Fortran_FLAGS_RELEASE='-O2 -fPIC -g -fopenmp' -DBUILD_SHARED_LIBS=Yes"
 })