[Insight-developers] Intermittent ICC compiler errors on CRL platforms
Bill Lorensen
bill.lorensen at gmail.com
Wed Sep 16 12:02:38 EDT 2009
Strange... I have also seen the problem with the release build. Is
that also running a single make?
Bill
On Wed, Sep 16, 2009 at 11:34 AM, Simon Warfield
<simon.warfield at childrens.harvard.edu> wrote:
> Bill Lorensen wrote:
>>
>> Simon,
>>
>> The icc builds on the crl.med.harvard.edu platforms have intermittent
>> compiler errors. I suspect that this is caused by parallel makes.
>> Could you remove the -j flags from those build to see if we can get a
>> week or so of clean builds on those platforms?
>>
>> Thanks,
>>
>> Bill
>>
>
> This is what the icc debug build is running, I don't think it is trying to
> do a parallel build:
>
> /opt/x86_64/bin/cmake \
> -DBUILDNAME:STRING=Linux-x86_64-debug-icc \
> -DSITE:STRING=crl.med.harvard.edu \
> -DCMAKE_CXX_COMPILER:FILEPATH=${ICXX} \
> -DCMAKE_C_COMPILER:FILEPATH=${ICC} \
> -DBUILD_EXAMPLES:BOOL=OFF \
> -DBUILD_TESTING:BOOL=ON \
> -DITK_COMPUTER_MEMORY_SIZE:STRING=1 \
> -DITK_BRAINWEB_DATA_ROOT:PATH=/common/data/raw/brainweb/itk/BrainWeb/Brain
> \
> -DCMAKE_BUILD_TYPE:STRING=Debug \
> -DCMAKE_CXX_FLAGS:STRING=-wd1268 \
> -DCMAKE_CXX_FLAGS_DEBUG:STRING=-g \
> -DCMAKE_C_FLAGS_DEBUG:STRING=-g \
> -DCMAKE_CXX_FLAGS_RELEASE:STRING="-O2 -wd1268 -mcmodel=large" \
> -DCMAKE_C_FLAGS_RELEASE:STRING="-O2 -wd1268 -mcmodel=large" \
> -DCMAKE_INSTALL_PREFIX:PATH=${TESTDIR}/install \
> ../src/Insight
>
>
> --
> Simon
>
>
More information about the Insight-developers
mailing list