Closed brian-kelley closed 4 years ago
@brian-kelley let me know when this is ready for merge
@ndellingwood This is ready to go. I made sure that each of the 4 programs (GaussSeidel, Coloring) x (Begin, Solution) compile, and the Solution ones have the correct behavior.
LGTM, merging, thanks for fixing my logic error in all the build scripts
Checked that both Begin and Solution compile, and Solution runs with correct behavior.
Also:
if [[ -d "${KOKKOSKERNELS_INSTALL}/lib64" ]]; then
to detect that libraries are in lib64 directory. The old logic didn't work because "lib64" didn't appear in${KOKKOSKERNELS_INSTALL}