2011/3/25 Gong Ding <gdiso at ustc.edu> > On centos5 with icc version 11.1, factimpl.c produced many errors such as > > /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/mmintrin.h(78): error: cast > to type "__m64" is not allowed > return (__m64) __i; >
Where does this include path come from? The Intel compiler should find its own copy of mmintrin.h, not gcc's copy. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110325/45c59686/attachment.htm>
