g0mb4

liggghts_hpc_cmake

Jun 21st, 2022
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. -- The C compiler identification is GNU 4.8.5
  2. -- The CXX compiler identification is GNU 4.8.5
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Check for working CXX compiler: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Compiler: gcc
  16. -- There are 4 contact model combinations
  17. CMake Warning (dev) at CMakeLists.txt:295 (FIND_PACKAGE):
  18. Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  19. Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
  20. command to set the policy and suppress this warning.
  21.  
  22. Environment variable MPI_ROOT is set to:
  23.  
  24. /opt/nce/packages/global/openmpi/1.4.3
  25.  
  26. For compatibility, CMake is ignoring the variable.
  27. This warning is for project developers. Use -Wno-dev to suppress it.
  28.  
  29. -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS)
  30. -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS)
  31. -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND)
  32. CMake Error at CMakeLists.txt:317 (MESSAGE):
  33. MPI NOT found!
  34.  
  35.  
  36. -- Configuring incomplete, errors occurred!
  37. See also "/home/dem-mtj2/cmake/LIGGGHTS-PUBLIC/build/CMakeFiles/CMakeOutput.log".
  38. See also "/home/dem-mtj2/cmake/LIGGGHTS-PUBLIC/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment