Zhe Weng <[email protected]> writes: > I'm just trying to install pycuda to my server. However, when compiling it > raised errors like > > icc: command line warning #10006: ignoring unknown option '-fwrapv' > /usr/include/limits.h(125): catastrophic error: could not open source file > "limits.h" > # include_next <limits.h> > ^ > > compilation aborted for src/cpp/cuda.cpp (code 4)
Huh, weird. I see that you're using icc. Can you compile other C programs that include limits.h? If not, I'd say that's a compiler issue. Andreas _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
