Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
khsa1 committed Jul 29, 2020
1 parent d1ecbe6 commit e93a484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e93a484

Please sign in to comment.