Skip to content

Commit

Permalink
update GDS/cuFile location for 0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rongou committed Jan 12, 2021
1 parent d791e20 commit 17ac031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/cmake/Modules/FindcuFile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,23 @@ find_path(cuFile_INCLUDE_DIR
cufile.h
HINTS
${PKG_cuFile_INCLUDE_DIRS}
/usr/local/gds/lib
/usr/local/cuda/lib64
)

find_library(cuFile_LIBRARY
NAMES
cufile
HINTS
${PKG_cuFile_LIBRARY_DIRS}
/usr/local/gds/lib
/usr/local/cuda/lib64
)

find_library(cuFileRDMA_LIBRARY
NAMES
cufile_rdma
HINTS
${PKG_cuFile_LIBRARY_DIRS}
/usr/local/gds/lib
/usr/local/cuda/lib64
)

include(FindPackageHandleStandardArgs)
Expand Down

0 comments on commit 17ac031

Please sign in to comment.