Skip to content

Support in building local Tinker9 on HPC #173

Answered by zhi-wang
jacekkozuch asked this question in Q&A
Discussion options

You must be logged in to vote

I just fixed an issue if CUDACXX is set, although I don't think it is relevant to the problem you saw here. First I'd like to edit these two lines

export CUDAHOME=/trinity/shared/easybuild/software/CUDAcore/11.0.2
export CUDACXX=$CUDAHOME/bin/nvcc

to

# assuming include, bin, etc. are under $cuda_dir
export cuda_dir=/trinity/shared/easybuild/software/CUDAcore/11.0.2

Remember to delete the CMake-generated files before re-running CMake again.

Second, if a CMakeLists.txt (Edit: CMakeCache.txt) is generated in your build directory and nvc++ etc. are already in your PATH, you can run
$tinker9/cmake/check-pgi inside your build directory. This is a script I wrote to check the possible compatibi…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jacekkozuch
Comment options

@jacekkozuch
Comment options

@zhi-wang
Comment options

@jacekkozuch
Comment options

Answer selected by zhi-wang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants