Advertisement
Guest User

lammps_omp_ambiguous

a guest
Aug 6th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. ➜ build git:(master) cmake ../cmake
  2. -- Running check for auto-generated files from make-based build system
  3. -- Found OpenMP_CXX: -fopenmp
  4. -- Found OpenMP: TRUE
  5. -- Could NOT find FFMPEG (missing: FFMPEG_EXECUTABLE)
  6. -- Generating style_angle.h...
  7. -- Generating style_atom.h...
  8. -- Generating style_body.h...
  9. -- Generating style_bond.h...
  10. -- Generating style_command.h...
  11. -- Generating style_compute.h...
  12. -- Generating style_dihedral.h...
  13. -- Generating style_dump.h...
  14. -- Generating style_fix.h...
  15. -- Generating style_improper.h...
  16. -- Generating style_integrate.h...
  17. -- Generating style_kspace.h...
  18. -- Generating style_minimize.h...
  19. -- Generating style_nbin.h...
  20. -- Generating style_npair.h...
  21. -- Generating style_nstencil.h...
  22. -- Generating style_ntopo.h...
  23. -- Generating style_pair.h...
  24. -- Generating style_reader.h...
  25. -- Generating style_region.h...
  26. -- Generating lmpinstalledpkgs.h...
  27. -- The following packages have been found:
  28. * MPI
  29. * OpenMP
  30.  
  31. -- <<< Build configuration >>>
  32. Build type Release
  33. Install path /usr/local
  34. Compilers and Flags:
  35. C++ Compiler /usr/bin/c++
  36. Type GNU
  37. Version 7.3.0
  38. C++ Flags -fopenmp -O3 -DNDEBUG
  39. Defines LAMMPS_BIGBIG;LAMMPS_MEMALIGN=64;LAMMPS_GZIP
  40. -- Static libraries
  41. -- Link libraries: /home/qth20/.local/openmpi-3.1.1_gcc-7.3.0/lib/libmpi.so;m
  42. -- 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
  43. -- Configuring done
  44. -- Generating done
  45. -- Build files have been written to: /home/qth20/Documents/lammps-sph/lammps-master/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement