From b1e6551c54aa1412d19b4f0b2af34144a90a71a1 Mon Sep 17 00:00:00 2001 From: Augustin Degomme <26892-adegomme@users.noreply.framagit.org> Date: Sun, 26 Feb 2023 21:04:27 +0000 Subject: [PATCH] bigdft - attempt at fixing build error with new C++ file in futile --- tools/jenkins/gfortran-simgrid.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jenkins/gfortran-simgrid.rc b/tools/jenkins/gfortran-simgrid.rc index 975e87d20c..17334716ef 100644 --- a/tools/jenkins/gfortran-simgrid.rc +++ b/tools/jenkins/gfortran-simgrid.rc @@ -11,7 +11,7 @@ conditions.add("simulation") #to include simgrid compilation modules = ['spred',] #example of the potentialities of the python syntax in this file def env_configuration(): - return """--host=x86_64-linux-gnu 'FCFLAGS=-O2 -std=legacy -fopenmp -g -fbounds-check -fbacktrace -ffpe-trap=invalid,zero,overflow,denormal -Wall -fPIC' 'CFLAGS=-O2 -fopenmp -fPIC' 'LDFLAGS=-fopenmp -fPIC' --with-mpi3=false""" + return """--host=x86_64-linux-gnu 'FCFLAGS=-O2 -std=legacy -fopenmp -g -fbounds-check -fbacktrace -ffpe-trap=invalid,zero,overflow,denormal -Wall -fPIC' 'CFLAGS=-O2 -fopenmp -fPIC' 'LDFLAGS=-fopenmp -fPIC' 'CXXFLAGS=-Wall -O2 -g -fPIC' --with-mpi3=false""" #the following command sets the environment variable to give these settings #to all the modules -- 2.20.1