Skip to content

Commit

Permalink
Use shared object.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Oct 31, 2023
1 parent 312af1e commit a4bf38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"cacheVariables": {
"CMAKE_C_COMPILER": "/opt/rocm-5.6.0/bin/amdclang",
"CMAKE_CXX_COMPILER": "/opt/rocm-5.6.0/bin/amdclang++",
"KLU_LIBRARY": "/lustre/orion/csc359/world-shared/nkouk/SuiteSparse/_install/lib/libklu.a",
"KLU_INCLUDE_DIR": "/lustre/orion/csc359/world-shared/nkouk/SuiteSparse/_install/include",
"KLU_LIBRARY": "/lustre/orion/csc359/world-shared/SuiteSparse/lib/libklu.so",
"KLU_INCLUDE_DIR": "/lustre/orion/csc359/world-shared/SuiteSparse/include",
"RESOLVE_USE_GPU": "ON",
"RESOLVE_USE_HIP": "ON"
}
Expand Down

0 comments on commit a4bf38a

Please sign in to comment.