Skip to content

Green spherical diffuse test broken with Intel compilers #159

Description

@robertodr

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions