Slight tweak to Kokkos Phi Makefile
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13641 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# kokkos_phi = KOKKOS package with PHI support, MPI compiler, default MPI
|
||||
# kokkos_phi = KOKKOS package with PHI support, Intel compiler, default MPI
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
@ -6,12 +6,12 @@ SHELL = /bin/sh
|
||||
# compiler/linker settings
|
||||
# specify flags and libraries needed for your compiler
|
||||
|
||||
CC = mpicxx
|
||||
CC = mpiicpc
|
||||
CCFLAGS = -g -O3
|
||||
SHFLAGS = -fPIC
|
||||
DEPFLAGS = -M
|
||||
|
||||
LINK = mpicxx
|
||||
LINK = mpiicpc
|
||||
LINKFLAGS = -g -O
|
||||
LIB =
|
||||
SIZE = size
|
||||
|
||||
Reference in New Issue
Block a user