User Tools

Site Tools


guide:induction

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
guide:induction [2020/03/02 10:49]
kevin created
guide:induction [2021/12/09 16:42] (current)
Line 5: Line 5:
 =====Prerequisite Skills===== =====Prerequisite Skills=====
  
-Linux command line shell.+Linux command line interface. 
 + 
 +You should be familiar with Linux basics: 
 +  * files and subdirectories: ''cd'', ''mkdir'', ''pwd'', ''cp'', ''mv'', etc. 
 +  * the file system tree: relative and absolute paths 
 +  * listing files and their meta-data: the ''ls'' command and its most useful optional arguments 
 +  * view files: ''cat'', ''less'', ''head'', ''tail'' 
 +  * file permissions: ''chmod'' 
 +  * UID and GID: sharing files 
 +  * streams and pipelines: ''|'', ''&>'' 
 +  * processes: ''top'', ''ps'', ''htop'', ''kill'', ''fg'' 
 +  * environment variables 
 + 
 +Slides: 
 +  * {{:guide:introduction_to_linux_commands.pdf|Introduction to Linux Commands}}
  
 =====Course 0===== =====Course 0=====
  
-A brief reference of the most common Linux shell commands.+A brief overview of the most common Linux shell commands. 
 +  * short reference "cheat sheet" 
 +  * {{:guide:introduction_to_linux_commands.pdf|Introduction to Linux Commands}}
  
 =====Course 1===== =====Course 1=====
  
 Introduction to: Introduction to:
-  * logging in+  * logging into the cluster
   * interactive sessions   * interactive sessions
-  * software +  * software on the cluster 
-  * job script+  * how to:  
 +    * write a job script,  
 +    * submit a job script,  
 +    * view the status of your jobs,  
 +    * cancel and remove a job from the queue 
 +  * how to diagnose and fix problems
  
 +{{:guide:worksheet.pdf|Worksheet.}}
 =====Course 2===== =====Course 2=====
 +
 +Building and installing your software.
 +  * local software
 +  * compiling and installing a simple library ''zlib''
 +  * creating a module
 +
 +=====Course 3=====
  
 Practical HPC Practical HPC
/app/dokuwiki/data/attic/guide/induction.1583138958.txt.gz · Last modified: 2021/12/09 16:42 (external edit)