- 
                Notifications
    You must be signed in to change notification settings 
- Fork 19
Troubleshooting Cray Boxes
        plavin edited this page Oct 18, 2019 
        ·
        3 revisions
      
    Common issues arise when working on Cray boxes
- 
ld warning: _start not found- This is a bug with CCE 9.0.0. Switch to a newer version
- 
The option -std=c11 is not recognized. - This is due to CMake wrongly identifying the compiler. First try rerunning cmake, as you may have last configured for a different compute node. If that doesn't work, hardcode the CMakeLists to think the compiler is CCE with SET(CMAKE_C_COMPILER_ID "Cray").