My notes, presentations and testing scripts about the Peregrine cluster.
module load git; git pull
Must be run on local LWP computer:
scp [email protected]:/home/p230198/GitHubs/Cer2016/*.RDa ~/Peregrine
On your home/local computer, do:
echo "alias p='ssh [email protected]'" >> ~/.bashrc
Now just type p
to log in to Peregrine
On the Peregrine computer cluster, do:
echo "alias q='squeue -u $USER'" >> ~/.bashrc
Now just type q
to view your jobs in the queue.