Skip to content

My notes and testing scripts on the Peregrine cluster

License

Notifications You must be signed in to change notification settings

mikafontaine/Peregrine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peregrine

My notes, presentations and testing scripts about the Peregrine cluster.

Presentations

  • Running jobs with dependencies on the Peregrine computer cluster PDF ODP

Do a git pull

module load git; git pull

Copy from Peregrine to local computer

Must be run on local LWP computer:

scp [email protected]:/home/p230198/GitHubs/Cer2016/*.RDa ~/Peregrine

Define an alias to log in to Peregrine

On your home/local computer, do:

echo "alias p='ssh [email protected]'" >> ~/.bashrc

Now just type p to log in to Peregrine

Define an alias to view the queue

On the Peregrine computer cluster, do:

echo "alias q='squeue -u $USER'" >> ~/.bashrc

Now just type q to view your jobs in the queue.

About

My notes and testing scripts on the Peregrine cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.3%
  • Other 0.7%