2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Add new postscript to configure cuda related settings

Renamed the install pkglist to be ppc64le only support
This commit is contained in:
Victor Hu 2015-10-28 10:39:46 -04:00
parent d35dd67667
commit 3c08a4e160
3 changed files with 8 additions and 0 deletions

8
xCAT/postscripts/config_cuda Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
# set the paths required for cuda7.5
CUDA_VER="cuda-7.5"
FILENAME="/etc/profile.d/xcat-${CUDA_VER}.sh"
echo "export PATH=/usr/local/${CUDA_VER}/bin:\$PATH" > ${FILENAME}
echo "export LD_LIBRARY_PATH=/usr/local/${CUDA_VER}/lib64:\$LD_LIBRARY_PATH" >> ${FILENAME}