[SciPy-Dev] scipy build error

Alex Leach beamesleach at gmail.com
Thu Mar 21 15:08:48 EDT 2013


On Thu, 21 Mar 2013 19:02:19 -0000, Martin Hofsäß <m.hofsaess at gmail.com>  
wrote:

>
> with icpc test.cpp and i get the following error:
>
> /usr/include/c++/4.7/ext/atomicity.h(48): error: identifier
> "__ATOMIC_ACQ_REL" is undefined
>     { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); }
>                                               ^
>

What version of the Intel compiler do you have installed? Have you tried  
compiling with the "--std=gnu++0x" compile flag?

Cheers,
Alex



More information about the SciPy-Dev mailing list