Open
Description
The green-spherical-diffuse
test is broken when building with the Intel compilers.
Current Behavior
I've compiled on stallo for these tests using the following module/environment set ups.
For Intel 2017:
module load CMake/3.9.1
module load Python/2.7.14-intel-2017b
export BOOST_INCLUDEDIR=/home/roberto/Software/boost/include
export BOOST_LIBRARYDIR=/home/roberto/Software/boost/lib
for Intel 2018:
module load CMake/3.9.1
module load Python/3.6.4-intel-2018a
export BOOST_INCLUDEDIR=/home/roberto/Software/boost/include
export BOOST_LIBRARYDIR=/home/roberto/Software/boost/lib
I have tried Debug and Release modes, to no avail. In release mode, but only for Intel 2018, I have tweaked the optimization flags from -O3
all the way down to -O1
, again to no avail. I suspected an unsafe floating-point optimization but passing -fp-model precise
did not help.