User Tools

Site Tools


survival_guide

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
survival_guide [2020/06/02 11:26]
agill [What you need to know]
survival_guide [2022/02/01 18:38] (current)
alopis
Line 25: Line 25:
   * **mkdir** - create a new directory   * **mkdir** - create a new directory
   * **cd** - change to a new directory   * **cd** - change to a new directory
 +  * **cp** - copy a file (remember to specify the file **and** the location to copy it to)
 +  * **mv** - move a file (either rename it or cut/paste it into a directory).
   * **rmdir** - remove a directory   * **rmdir** - remove a directory
   * **rm** - remove a file   * **rm** - remove a file
Line 37: Line 39:
 Here are examples of the most common module operations that you will need to use on the cluster: Here are examples of the most common module operations that you will need to use on the cluster:
   * **module avail** - To list all available packages   * **module avail** - To list all available packages
-  * **module avail 2>1 | grep //searchterm// ** will search through the modules for one containing the expression ''searchterm'' Use the appropriate name of the software here.+  * **module avail 2>&1 | grep //searchterm// ** will search through the modules for one containing the expression ''searchterm'' Use the appropriate name of the software here.
   * **module avail chpc** - List just the chpc modules group - this contains most of the useful modules   * **module avail chpc** - List just the chpc modules group - this contains most of the useful modules
   * **module avail chpc/earth** - This will list all the applications and libraries in the "earth" subgroup (reserved for earth-science applications).   * **module avail chpc/earth** - This will list all the applications and libraries in the "earth" subgroup (reserved for earth-science applications).
/app/dokuwiki/data/attic/survival_guide.1591089981.txt.gz · Last modified: 2021/12/09 16:42 (external edit)