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:
parent
d35dd67667
commit
3c08a4e160
8
xCAT/postscripts/config_cuda
Executable file
8
xCAT/postscripts/config_cuda
Executable 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}
|
Loading…
x
Reference in New Issue
Block a user