Difference between revisions of "Getting Started"

From HPC
m (Documentation)
m (Documentation)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== General Notes ==
+
== Documentation ==
To get started on the cluster, the following resources may be of interest:
 
 
 
=== Documentation ===
 
 
* [http://rute.2038bug.com/index.html.gz Rute Book]
 
* [http://rute.2038bug.com/index.html.gz Rute Book]
* [http://docs.adaptivecomputing.com/torque/ Torque Resource Manager Documentation]
+
* [http://docs.adaptivecomputing.com/torque/4-2-6/help.htm Torque Resource Manager Documentation]
 
* [http://docs.adaptivecomputing.com/maui/ Maui Scheduler Documentation]
 
* [http://docs.adaptivecomputing.com/maui/ Maui Scheduler Documentation]
* Overview/Background presentation (including sample scripts): [[Media:Hpc.pdf]]
 
* [[ Dongarra Talks (CHPC: 5, 6 October 2009) ]]
 
* [[ Documents ]]
 
 
=== Useful links ===
 
* [http://bmi.cchmc.org/resources/software/torque/examples Sample submit scripts for TORQUE and commands to use for monitoring jobs]
 
* [http://www.clusterresources.com/pages/resources/mailing-lists.php Subscription Page for TORQUE and Maui mailing lists]
 
  
* [http://hpc1.sun.ac.za:40253/ganglia/ Ganglia Cluster Monitor] (only available on campus)
+
=== Older documentation, out of date, good background though ===
* [https://hpc1.sun.ac.za:8444 XDMoD Portal] (only available on campus)
+
* Paul Sheer's Rute Book: [[Media:Rute.pdf]]
 +
* The notes for the beginners training in March 2010: [[Media:Hpc_beginners_beamer.pdf]]
  
== Starting a user page ==
+
* An Overview of High Performance Computing and Future Requirements: [[Media:sa-talk1-1009.pdf]]
=== Logging in ===
+
* Five Important Concepts to Consider When Using High Performance Computers: [[Media:sa-talk2-1009.pdf]]
In order to edit the wiki, you need to be logged in. Click on the '''log in/create account''' link at the top right of the page and log in using your '''webmail''' username and password. You should see a message saying that the login was successful and will now be able to edit any wiki page.
 
  
=== Creating a page ===
+
== Useful links ==
Once logged in, you should see a icon of a little head and torso followed by your username at the top of the screen. Clicking on this your login name will take you to your user page.
+
* [http://www.clusterresources.com/pages/resources/mailing-lists.php Subscription Page for TORQUE and Maui mailing lists]
 
 
Initially your user page should not exist and you will be presented with the option to search for the page title or '''edit this page'''. Select the latter to start editing your page.
 
 
 
=== Page content ===
 
See the [http://www.mediawiki.org/wiki/Help:Contents documentation] for help on editing.
 
 
 
The following wiki code gives a rough framework to start from. If you copy and paste the code below, please remember to remove the leading spaces on the lines.
 
 
 
It is not required that you follow this template, and it is only provided as a starting point for new users. One thing that is requested is that the line '''"<nowiki>[[</nowiki>Category:Users]]"''' appears somewhere on your page to allow for easy access to the user pages by other users.
 
 
 
<nowiki>
 
__NOTOC__
 
== Name Surname ==
 
*'''RESEARCH GROUP'''
 
*''Department''
 
*[mailto:mail@domain.com mail@domain.com]
 
 
== Background ==
 
Put some background here
 
 
 
== Research Interests ==
 
What are your research interests
 
 
== Links ==
 
[http://www.domain.com External link description]
 
 
[[Internal wiki link]]
 
 
 
[[Category:Users]]
 
</nowiki>
 
 
 
The page in this example is displayed at [[User:SampleUserPage]].
 
 
 
Once the page is edited you can preview it or save it using the buttons at the bottom of the screen.
 
 
 
=== Advanced ===
 
The default naming of your page as '''User:username''' may not be to your liking. To create a user page that is named '''Name Surname''' instead you can do the following:
 
 
 
#In your browser's address bar (preferably a new tab or window) go to the URL '''https://www0.sun.ac.za/hpc/index.php?title=Name_Surname''' (where Name and Surname have been replaced as desired).
 
#If the page does not exist, then '''edit''' it. If it does exist and does not belong to you (ie. you have the same name as another user), then choose a new name for you page.
 
#Edit the page as desired (e.g. Use the template above) and remember the '''"<nowiki>[[</nowiki>Category:Users]]"'''.
 
#Save the page.
 
 
 
Now we need to setup a redirect from your original '''User:username''' page to the new page that you created. This is done by editing the original page and placing the text '''<nowiki>#REDIRECT [[Name_Surname]]</nowiki>''' on the page (assuming of course that '''Name_Surname''' is the name of your new page).
 
 
 
Save the page and test it.
 

Latest revision as of 09:10, 9 February 2015

Documentation

Older documentation, out of date, good background though

Useful links