Further reading: Difference between revisions

From hpcwiki
Jump to navigation Jump to search
(Created page with "'''On the cluster:''' Every time you log in you'll see an motd (message of the day). Please pay attention to this, it may contain information about current events on the clu...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''On the cluster:'''  
'''On an hpc cluster:'''  


Every time you log in you'll see an motd (message of the day). Please pay attention to this, it may contain information about current events on the cluster.  
Every time you log in you'll see an motd (message of the day). Please pay attention to this, it may contain information about current events on the cluster.  
Line 15: Line 15:
If you are unfamiliar with Linux and want to learn more, you may find this tutorial helpful:  
If you are unfamiliar with Linux and want to learn more, you may find this tutorial helpful:  


[http://www.ee.surrey.ac.uk/Teaching/Unix/ http://www.ee.surrey.ac.uk/Teaching/Unix/]
[https://ryanstutorials.net/linuxtutorial/ https://ryanstutorials.net/linuxtutorial/]


Another wiki written by one of the users of hpc11:  
Another wiki written by one of the users of hpc11:  
Line 24: Line 24:


[https://www0.sun.ac.za/hpc/index.php?title=HOWTO_submit_jobs#Examples https://www0.sun.ac.za/hpc/index.php?title=HOWTO_submit_jobs#Examples]
[https://www0.sun.ac.za/hpc/index.php?title=HOWTO_submit_jobs#Examples https://www0.sun.ac.za/hpc/index.php?title=HOWTO_submit_jobs#Examples]
The TORQUE Administrator Guide has a chapter that covers job submission and management.
[http://docs.adaptivecomputing.com/torque/4-2-10/help.htm#topics/2-jobs/submittingManagingJobs.htm%3FTocPath%3D2.0%2520Submitting%2520and%2520managing%2520jobs%7C_____0 Submitting and managing jobs]

Latest revision as of 16:11, 21 March 2024

On an hpc cluster:

Every time you log in you'll see an motd (message of the day). Please pay attention to this, it may contain information about current events on the cluster.

The motd also shows you an email address that you can use if there are problems or if you have questions. Please note that you can mail at any time you like, but you'll usually only get a reply during office hours (local timezone in Delft), there is no 24/7 support on the hpc clusters.

A brief instruction manual (plain text only) can be found here: /opt/ud/LOCAL/doc/LOCALdoc.txt

On the web:

Wikipedia has a nice page about Beowulf style clusters:

https://en.wikipedia.org/wiki/Beowulf_cluster

If you are unfamiliar with Linux and want to learn more, you may find this tutorial helpful:

https://ryanstutorials.net/linuxtutorial/

Another wiki written by one of the users of hpc11:

http://wiki.tudelft.nl/bin/view/Sandbox/NewWikiWord44020

Also a useful source of information is the cluster wiki of the Stellenbosch University in South Africa. This is a cluster with a queue system that differs from our hcp clusters, but the principles for creating and submitting jobs are the same. Be carefull though, do not just copy the scripts you find in the examples, just use them as inspiration for your own scripts!

https://www0.sun.ac.za/hpc/index.php?title=HOWTO_submit_jobs#Examples

The TORQUE Administrator Guide has a chapter that covers job submission and management.

Submitting and managing jobs