Changes

Jump to navigation Jump to search
no edit summary
=Getting Started=
SSH to NOTS with your net id. For example, from a Linux /UNIX machine:
ssh -Y (username)@nots.rice.edu
Currently, Matlab 2015a is installed on NOTS. To check what software is available, type
module spider
module list
Currently, Matlab 2015a is installed on NOTS. To load a software such as Matlab 2015a,
module load MATLAB/2015a
To unload all the modules,
module purge
 
=Transferring files from local to NOTS=
We have access to some of the directory on NOTS. In most cases, we will either work within our $HOME directory:
/home/*username*
or within $PROJECT under Jeremy Fox:
/projects/fox
 
To transfer some files from your local Linux/UNIX machine to NOTS, use the following Secure Copy command:
scp some_file.dat *.incl *.txt (your_login_name)@nots.rice.edu:
This will put the files into your $HOME directory on NOTS

Navigation menu