Skip to content

remove -ansi C Flag: enables C++ style comments

Thomas Marrinan requested to merge tmarrinan/icet:master into master

The -ansi flag sets the C standard at C90 which does not support C++ style comments (//). However, some MPI implementations use C++ style comments (such as MS-MPI) and therefore result in a compilation error of IceT. Removing this flag enables compilation of IceT when the MPI library contains C++ style comments.

Merge request reports