[CMake] ifort warnings not detected in cdash report

Bill Hoffman bill.hoffman at kitware.com
Fri Jun 21 12:07:26 EDT 2013


On 6/21/2013 8:11 AM, Yngve Inntjore Levinsen wrote:
> Hi,
>
> I just noticed now by running one of our nightly tests manually, that
> the warnings emitted by ifort (Intel fortran compiler) are not
> 'parsed/detected' in the cdash report. The warnings look like this:
> ...
> ifort: command line warning #10212: -fp-model precise evaluates in
> source precision with Fortran.
> ...
>
> The report on our cdash server however, reports 0 warnings when using
> ifort. Is this expected?
>

Sounds like it is missing.  You can fix it for your project by using 
CTEST_CUSTOM_WARNING_MATCH

http://cmake.org/Wiki/CMake/Testing_With_CTest#Customizing_CTest

Then submit a bug report to cmake, and we can get your regular 
expression into the next release.

Thanks.

-Bill



More information about the CMake mailing list