ET cannot be compiled on Caltech bethe workstation anymore

Issue #2607 resolved
Roland Haas created an issue

As of git hash 0721ab29 "Remove C++ math work-arounds" of cactus at least gcc 6 must be present on a system to have full C++11 support (for both gcc and icc builds).

The newest gcc version on bethe is 5.2 and thus compilation fails with:

/home/rhaas/ET_Next/arrangements/CactusTest/TestMath/src/math_cc.cc(220): error: more than one instance of overloaded function "isinf" matches the argument list:
            function "isinf(double)"
            function "std::isinf(double)"
            argument types are: (double)
    i = isinf(1.0);

Since bethe is a private system that is apparently no longer used, I would retire it from simfactory before the release.

Comments (2)

  1. Log in to comment