[Insight-developers] tests are running for ever in release mode
with icc 9.1.044 on linux
Gaetan Lehmann
gaetan.lehmann at jouy.inra.fr
Tue Nov 28 06:01:06 EST 2006
On Mon, 27 Nov 2006 14:48:17 +0100, Karthik Krishnan
<karthik.krishnan at kitware.com> wrote:
> On 11/25/06, Gaëtan Lehmann <gaetan.lehmann at jouy.inra.fr> wrote:
>>
>> Le Wed, 08 Nov 2006 22:23:16 +0100, Brad King <brad.king at kitware.com> a
>> écrit:
>>
>> > Gaetan Lehmann wrote:
>>
>> > The -ffloat-store option is added for building these files on GCC to
>> > avoid some problems with not rounding to the expected precision. The
>> > equivalent flag on Intel appears to be:
>> >
>> > icc-8.x: -fp_port
>> > icc-9.0: -fp-port
>> > icc-9.1: -fp-port
>>
>> but how to test for the icc compiler with cmake ?
>
>
>
> IF(CMAKE_C_COMPILER MATCHES "icc")
> # c compiler is icc
> ...
>
> IF(CMAKE_CXX_COMPILER MATCHES "icpc")
> # c++ compiler is icc
> ...
>
I have just commited a patch
Thanks,
Gaetan
--
Gaëtan Lehmann
Biologie du Développement et de la Reproduction
INRA de Jouy-en-Josas (France)
tel: +33 1 34 65 29 66 fax: 01 34 65 29 09
http://voxel.jouy.inra.fr
More information about the Insight-developers
mailing list