Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
GPU Computing in URCS | ||||||||
Line: 79 to 79 | ||||||||
############################ CUDA START ############################ | ||||||||
Changed: | ||||||||
< < | if \h =~ node1x4x2a | |||||||
> > | # Get the machine name stripping the domain .cs.rochester.edu whoami=`uname -n | sed 's/\..*//'` if $whoami = "node1x4x2a" | |||||||
then export CUDA_INSTALL_PATH=$HOME/Applications/gpu_computing/cuda_x86_64 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CUDA_INSTALL_PATH/lib64 |