Advertisement
Guest User

Untitled

a guest
Aug 6th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. ➜ build git:(master) ls
  2. ➜ build git:(master) cmake ../cmake
  3. -- The CXX compiler identification is GNU 7.3.0
  4. -- Check for working CXX compiler: /usr/bin/c++
  5. -- Check for working CXX compiler: /usr/bin/c++ -- works
  6. -- Detecting CXX compiler ABI info
  7. -- Detecting CXX compiler ABI info - done
  8. -- Detecting CXX compile features
  9. -- Detecting CXX compile features - done
  10. -- Running check for auto-generated files from make-based build system
  11. -- Found MPI_CXX: /home/qth20/.local/openmpi-3.1.1_gcc-7.3.0/lib/libmpi.so (found version "3.1")
  12. -- Found MPI: TRUE (found version "3.1")
  13. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  14. -- Found OpenMP: TRUE (found version "4.5")
  15. -- Found GZIP: /bin/gzip
  16. -- Could NOT find FFMPEG (missing: FFMPEG_EXECUTABLE)
  17. -- Looking for C++ include math.h
  18. -- Looking for C++ include math.h - found
  19. -- Looking for sin in m
  20. -- Looking for sin in m - found
  21. -- Looking for cos in m
  22. -- Looking for cos in m - found
  23. -- Generating style_angle.h...
  24. -- Generating style_atom.h...
  25. -- Generating style_body.h...
  26. -- Generating style_bond.h...
  27. -- Generating style_command.h...
  28. -- Generating style_compute.h...
  29. -- Generating style_dihedral.h...
  30. -- Generating style_dump.h...
  31. -- Generating style_fix.h...
  32. -- Generating style_improper.h...
  33. -- Generating style_integrate.h...
  34. -- Generating style_kspace.h...
  35. -- Generating style_minimize.h...
  36. -- Generating style_nbin.h...
  37. -- Generating style_npair.h...
  38. -- Generating style_nstencil.h...
  39. -- Generating style_ntopo.h...
  40. -- Generating style_pair.h...
  41. -- Generating style_reader.h...
  42. -- Generating style_region.h...
  43. -- Generating lmpinstalledpkgs.h...
  44. -- The following packages have been found:
  45. * MPI
  46. * OpenMP
  47.  
  48. -- <<< Build configuration >>>
  49. Build type Release
  50. Install path /usr/local
  51. Compilers and Flags:
  52. C++ Compiler /usr/bin/c++
  53. Type GNU
  54. Version 7.3.0
  55. C++ Flags -fopenmp -O3 -DNDEBUG
  56. Defines LAMMPS_SMALLBIG;LAMMPS_MEMALIGN=64;LAMMPS_GZIP
  57. -- Static libraries
  58. -- Link libraries: /home/qth20/.local/openmpi-3.1.1_gcc-7.3.0/lib/libmpi.so;m
  59. -- Using mpi with headers in /home/qth20/.local/openmpi-3.1.1_gcc-7.3.0/include and /home/qth20/.local/openmpi-3.1.1_gcc-7.3.0/lib/libmpi.so
  60. -- Configuring done
  61. -- Generating done
  62. -- Build files have been written to: /home/qth20/Documents/lammps-sph/lammps-master/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement