[ET Trac] [Einstein Toolkit] #1607: TestMath: undefined reference in function TestMath_CC on loewe machine
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Fri May 2 18:41:54 CDT 2014
#1607: TestMath: undefined reference in function TestMath_CC on loewe machine
------------------------------------+---------------------------------------
Reporter: bmundim | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: EinsteinToolkit thorn | Version: development version
Resolution: | Keywords: TestMath
------------------------------------+---------------------------------------
Comment (by eschnett):
This is an installation problem with the Intel compiler.
Many systems have similar problems. The work-around is to add the
following to CXXFLAGS:
{{{
-D__builtin_fmaxf=fmaxf -D__builtin_fmaxl=fmaxl -D__builtin_fminf=fminf
-D__builtin_fminl=fminl
}}}
See also kraken-intel12.cfg for an example.
This is a C++ problem; CFLAGS is not relevant.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1607#comment:1>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list