diff --git a/Makefile b/Makefile index 9cc2c16..979b970 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ CXX=mpic++ CXXFLAGS=-qopenmp -mkl -TRILINOS_OPT=/fs/project/PZS0530/skhuvis/src/trilinos-build -TRILINOS_SRC=/fs/project/PZS0530/skhuvis/src/Trilinos +TRILINOS_OPT= +TRILINOS_SRC= KOKKOS_PATH=${TRILINOS_SRC}/packages/kokkos SHYLU_SRC=${TRILINOS_SRC}/packages/shylu/shylu_node/tacho/src SHYLU_OPT=${TRILINOS_OPT}/packages/shylu/shylu_node/tacho/src diff --git a/README.md b/README.md index 8642b80..3d757a3 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ TPL_ENABLE_MPI:BOOL=OFF -D Trilinos_ENABLE_Fortran:BOOL=OFF -D TPL_ENABLE_Pthrea ## Building MPI+Kokkos codes -The included Makefile contains will build three applications: +The included Makefile will build three applications: 1. MPI+Kokkos GEMM code 2. MPI+Kokkos locking Graph500