mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15165 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
0e719ed2ef
commit
ecffbbe531
|
@ -14,7 +14,7 @@ DEPFLAGS = -M
|
|||
|
||||
LINK = mpiicpc -openmp
|
||||
LINKFLAGS = -O3 -xAVX
|
||||
LIB =
|
||||
LIB = -ltbbmalloc
|
||||
SIZE = size
|
||||
|
||||
ARCHIVE = ar
|
||||
|
|
|
@ -14,7 +14,7 @@ DEPFLAGS = -M
|
|||
|
||||
LINK = mpicc -openmp
|
||||
LINKFLAGS = -O3 -xhost
|
||||
LIB =
|
||||
LIB = -ltbbmalloc
|
||||
SIZE = size
|
||||
|
||||
ARCHIVE = ar
|
||||
|
|
Loading…
Reference in New Issue