Advertisement
Guest User

Untitled

a guest
May 30th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. $ cat ~/.local/easybuild/sources/l/LAMMPS/lammps.patch
  2. --- /Users/kehoste/.local/easybuild/software/LAMMPS/20150210-goolf-1.5.14-no-OFED/lib/linalg/Makefile.gfortran.orig 2015-03-27 20:42:10.000000000 +0100
  3. +++ /Users/kehoste/.local/easybuild/software/LAMMPS/20150210-goolf-1.5.14-no-OFED/lib/linalg/Makefile.gfortran 2015-03-27 20:42:24.000000000 +0100
  4. @@ -18,9 +18,9 @@
  5. # ------ SETTINGS ------
  6.  
  7. FC = gfortran
  8. -FFLAGS = -O3 -fPIC -march=native -mpc64 \
  9. +FFLAGS = -O3 -fPIC -mpc64 \
  10. -ffast-math -funroll-loops -fstrict-aliasing -Wall -W -Wno-uninitialized -fno-second-underscore
  11. -FFLAGS0 = -O0 -fPIC -march=native -mpc64 \
  12. +FFLAGS0 = -O0 -fPIC -mpc64 \
  13. -Wall -W -Wno-uninitialized -fno-second-underscore
  14. ARCHIVE = ar
  15. AR = ar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement