From c719af8bcd6ae81030f2a0b655c95b4737e423cc Mon Sep 17 00:00:00 2001 From: "Steven J. Plimpton" <sjplimp@singsing.sandia.gov> Date: Mon, 20 Aug 2018 13:42:34 -0600 Subject: [PATCH] remove wrong link optimization flag --- lib/latte/Makefile.lammps.ifort | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/latte/Makefile.lammps.ifort b/lib/latte/Makefile.lammps.ifort index b71b21cca8..90010210af 100644 --- a/lib/latte/Makefile.lammps.ifort +++ b/lib/latte/Makefile.lammps.ifort @@ -6,7 +6,7 @@ latte_SYSINC = latte_SYSLIB = ../../lib/latte/filelink.o \ -llatte -lifport -lifcore -lsvml -lompstub -limf \ -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core \ - -lmkl_intel_thread -lpthread -openmp -O0 + -lmkl_intel_thread -lpthread -openmp latte_SYSPATH = -openmp -L${MKLROOT}/lib/intel64 -lmkl_lapack95_lp64 \ -L/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -- GitLab