Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
habrok:introduction:what_is_a_cluster [2022/12/14 13:05] – fokke | habrok:introduction:what_is_a_cluster [2023/03/22 09:37] (current) – [Getting access] fokke | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Compute and data challenges ===== | ===== Compute and data challenges ===== | ||
- | If you are struggling with getting your computations or data analysis | + | If you are struggling with getting your computations or data analyses |
- | A computer cluster basically is a collection of big computers. These computers can be used for doing calculation | + | A computer cluster basically is a collection of big computers. These computers can be used for doing calculations |
It is useful in cases where: | It is useful in cases where: | ||
- | | + | |
- | | + | |
- | | + | |
- | | + | |
===== How a cluster can help ===== | ===== How a cluster can help ===== | ||
- | Like described already, a computer cluster is a collection of computers. These computers are coupled together using a fast network, allowing the computers to be used in parallel for applications that support this. Furthermore central shared storage is attached to the system. This storage can be reached from any of the participating computers, giving all computers access to the same user data. | + | Like described already, a computer cluster is a collection of computers. These computers are coupled together using a fast network, allowing the computers to be used in parallel for applications that support this. Furthermore, central shared storage is attached to the system. This storage can be reached from all of the participating computers, giving all computers access to the same user data. |
The storage system is also large enough to hold substantially sized data sets. | The storage system is also large enough to hold substantially sized data sets. | ||
===== Computational job scheduling system ===== | ===== Computational job scheduling system ===== | ||
- | The cluster has many users that need to get computations done. In order to make sure that computations run optimally the computational tasks are managed by a job scheduler. This means that you won't have direct access to the compute nodes of the cluster. You can only access a few so called login nodes directly. | + | The cluster has many users that need to get computations done. In order to make sure that computations run optimally the computational tasks are managed by a job scheduler. This means that you won't have direct access to the compute nodes of the cluster. You can only access a few so-called login nodes directly. |
In order to start calculations on the compute nodes a job script has to be written. This script consists of a description of the requirements of your computational tasks, together with the steps that need to be performed (that is which program to start on what data). The job scheduling system makes sure that these jobs get exclusive access to the compute resources they requested. This system also makes sure that every user gets a chance of running the computations they need to perform. | In order to start calculations on the compute nodes a job script has to be written. This script consists of a description of the requirements of your computational tasks, together with the steps that need to be performed (that is which program to start on what data). The job scheduling system makes sure that these jobs get exclusive access to the compute resources they requested. This system also makes sure that every user gets a chance of running the computations they need to perform. | ||
Line 27: | Line 27: | ||
===== Getting access ===== | ===== Getting access ===== | ||
- | Access to the Hábrók cluster is available for all university staff on request. Students can get access if their supervisor/teacher | + | Access to the Hábrók cluster is available for all university staff on request. Students can get access if required for their courses or bachelor or master research, and will have to provide details about the project, including the name of the supervisor |
- | https:// | + | |
+ | In order to get access you will have to fill in the online form in the CIT self service | ||
+ | https:// | ||
+ | The form can be found under " | ||
In this form you will have to give your name and university account number. Besides this we request a short description why you need access. This allows us to have some more insight into what the cluster resources are being used for. | In this form you will have to give your name and university account number. Besides this we request a short description why you need access. This allows us to have some more insight into what the cluster resources are being used for. |