User Tools

Site Tools


hpc:hpc_glossary

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
hpc:hpc_glossary [2023/10/04 09:17]
Yann Sagon [Glossary]
hpc:hpc_glossary [2023/10/04 14:33] (current)
Yann Sagon [Glossary]
Line 2: Line 2:
  
 ====== Glossary ====== ====== Glossary ======
-  * **Primary Investigator or PI** Your boss. + 
-  * **HPC** High Performance Computing. You can do that on an HPC cluster. +  * **Baobab**This is the name of our HPC service, as well as the name of our first HPC cluster. 
-  * **Baobab** This is the name of our HPC service, as well as the name of our first HPC cluster. +  * **Batch**: When you want to launch software with a program (e.g.Stata with script)you do it in batch mode. 
-  * **HPC cluster** Our compute infrastructurecomposed by bunch of compute nodesome storage, at least one head node, all that part of a network +  * **CPU**Central processing unitthe main computing unit of every computer that runs the OS and various programs. 
-  * **CPU** Central processing unit. It'the main computing unit of every computer. It runs the OS as well as the various programs you execute+  * **Core**Modern CPU contains many coreseach of which can be seen as a computation unit
-  * **Core** Modern CPU contains many cores. You can see each core as a computation unit. +  * **FLOPS**: Floating-point Operations Per Second
-  * **GPU** Graphics Processing Unit. Co-processors originally designed for graphic rendering. They are now widely used to do general purpose computing+  * **GPU**Graphics Processing Unit, co-processors originally designed for graphic renderingnow widely used for general-purpose computing. 
-  * **RAM** Random Access Memory. This is a fast memory that is used to store programs and related data while they are executed. +  * **Head node**The head node, or login node is the entry point for the users. You connect to the head node to have access to the cluster
-  * **Network interface**. The piece of hardware that allows each computer (or node) to exchange data with each other through a network. +  * **HPC**: High Performance Computing, and also the name of your HPC service. 
-  * **Batch** When you want to launch a software with a program (Stata with a script), you do it in batch mode+  * **HPC cluster**: Our compute infrastructure, composed of a bunch of compute nodes, some storage, at least one head node, all that is part of a network
-  * **Head node** The head node, or login node is the entry point for the users. You connect to the head node to have access to the cluster. +  * **Interactive**When you want to launch software like you would do on your own computer and be able to interact with it. It's not good to do that on clusters because as you are working on your software, there are many times when the compute node is just waiting and doing nothing. 
-  * **Interactive** When you want to launch software like you would do on your own computer and be able to interact with it. It's not good to do that on clustersbecause as you are working on your software, there are many time when the compute node is just waiting doing nothing. +  * **Job**: Your program executed against your data on a resource
-  * **Job** your program executed against your data on a resource. +  * **Network interface**: The piece of hardware that allows each computer (or node) to exchange data with each other through a network
-  * **Node (compute)** A server of the clusterwhere the actual computation is made. +  * **Node (compute)**A server of the cluster where the actual computation is made. 
-  * **Partition** In Slurm, the compute nodes are grouped by partitions. Each partition can have different characteristics. +  * **Partition**In Slurm, the compute nodes are grouped by partitions. Each partition can have different characteristics
-  * **Resources** for example the CPUs, memory, disks. +  * **Primary Investigator or PI**: Your boss. 
-  * **Scheduler** As the cluster is shared between users, when you want to use a resource on the cluster, the scheduler is responsible to allocate the resources you ask to you. If the resources aren't available(already allocated to another job) the scheduler will put your job in a queue and allocate you the resources later. +  * **RAM**: Random Access Memory, fast memory used to store programs and related data while they are executed
-  * **FLOPS** FLoating-point Operations Per Second +  * **Resources**: For examplethe CPUs, memory, disks. 
-  * **Scratch space** space on a hard disk drive that is dedicated for storage of temporary user data. It is unreliable by intention and has no back up.+  * **Scheduler**As the cluster is shared between users, when you want to use a resource on the cluster, the scheduler is responsible for allocating the resources you ask for. If the resources aren't available (already allocated to another job)the scheduler will put your job in a queue and allocate you the resources later. 
 +  * **Scratch space**: A space on a hard disk drive that is dedicated for the storage of temporary user data. It is unreliable by intention and has no backup.
hpc/hpc_glossary.1696403843.txt.gz · Last modified: 2023/10/04 09:17 by Yann Sagon