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:
stamoor
2015-07-17 18:05:06 +00:00
parent dd474fbc8a
commit d9ad60f611

View File

@ -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