Skip to content

Commit

Permalink
ci: use full nvcc path for make install
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 26, 2023
1 parent 2eef036 commit f5d5c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-nvhpc-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
export LD_LIBRARY_PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/cuda/12.2/lib64:/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/lib
export PATH=$PATH:/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin:$NVHPC_CUDA_HOME/bin
./autogen.sh
./configure CC=nvcc FC=/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvfortran FCFLAGS='-fPIC' --enable-fortran --enable-shared
./configure CC=/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc FC=/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvfortran FCFLAGS='-fPIC' --enable-fortran --enable-shared
cat config.log
make -j
make check -j
Expand Down

0 comments on commit f5d5c35

Please sign in to comment.