You can ssh to darwin from inside our managed network (or via the usual hosts from outside).
CUDA version 1.1 has been installed in /usr/local/cuda
You need to make sure ...
* Please make sure your PATH includes /usr/local/cuda/bin
* Please make sure your LD_LIBRARY_PATH includes /usr/local/cuda/lib
i.e. set the following in .bashrc
export PATH=/usr/local/cuda/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib:$LD_LIBRARY_PATH
It is running SL5 6xbit.
Steve has created a /data partition off root which has about 120GB of space. It is
writeable by all and creates directories under the ownership of the user. It is
not backed up.
Thanks to Steve and Dave for a lot of help.