Category:How-Tos: Difference between revisions
Jump to navigation
Jump to search
(→ARC) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This is a collection of solutions for various specific tasks on ARC and other HPC systems. | This is a collection of solutions for various specific tasks on ARC and other HPC systems. | ||
= General = | |||
* [[How to transfer data]] | * [[How to transfer data]] | ||
* [[How to compress data for archival]] | * [[How to compress data for archival]] | ||
Line 8: | Line 7: | ||
* [[How to work with large number of small files]] | * [[How to work with large number of small files]] | ||
= Linux = | |||
* [[Linux Permissions | How to use Linux Permissions]] | * [[Linux Permissions | How to use Linux Permissions]] | ||
* [[How to understand absolute and relative paths in Linux]] | * [[How to understand absolute and relative paths in Linux]] | ||
* [[How to change locale settings]] | * [[How to change locale settings]] | ||
= Containers = | |||
* [[How to convert a Docker container to an Apptainer container]] | * [[How to convert a Docker container to an Apptainer container]] | ||
= ARC = | |||
* [[How to find available partitions on ARC]] | * [[How to find available partitions on ARC]] | ||
* [[How to find current limits on ARC]] | * [[How to find current limits on ARC]] | ||
Line 33: | Line 32: | ||
* [[How to use ARC scratch space]] | * [[How to use ARC scratch space]] | ||
= SLURM = | |||
* [[How to use array jobs in SLURM ]] | * [[How to use array jobs in SLURM ]] | ||
* [[How to generate a usage report from SLURM]] | * [[How to generate a usage report from SLURM]] | ||
* [[How to find nodenames allocated by SLURM for a job]] | * [[How to find nodenames allocated by SLURM for a job]] | ||
= Other Guides and How-To's = | |||
{{Navbox Guides}} | {{Navbox Guides}} |
Latest revision as of 19:34, 4 September 2024
This is a collection of solutions for various specific tasks on ARC and other HPC systems.
General
- How to transfer data
- How to compress data for archival
- How to organize a shared storage space
- How to work with large number of small files
Linux
- How to use Linux Permissions
- How to understand absolute and relative paths in Linux
- How to change locale settings
Containers
ARC
- How to find available partitions on ARC
- How to find current limits on ARC
- How to check states of ARC partitions and nodes
- How to run an interactive job on ARC (work in progress)
- How to request an interactive GPU on ARC
- How to request GPUs for batch jobs on ARC
SLURM
- How to use array jobs in SLURM
- How to generate a usage report from SLURM
- How to find nodenames allocated by SLURM for a job
Other Guides and How-To's
Pages in category "How-Tos"
The following 21 pages are in this category, out of 21 total.
H
- How to change locale settings
- How to check GPU utilization
- How to compress data for archival
- How to convert a Docker container to an Apptainer container
- How to find available partitions on ARC
- How to find current limits on ARC
- How to find nodenames allocated by SLURM for a job
- How to generate a usage report from SLURM
- How to get an account
- How to organize a shared storage space
- How to request an interactive GPU on ARC
- How to request GPUs for batch jobs on ARC
- How to run an interactive job on ARC
- How to transfer data
- How to understand absolute and relative paths in Linux
- How to use ARC scratch space
- How to use array jobs in SLURM
- How to work with large number of small files