Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
habrok:connecting_to_the_system:login_nodes [2022/12/14 15:30] – fokke | habrok:connecting_to_the_system:login_nodes [2024/12/19 09:20] (current) – admin | ||
---|---|---|---|
Line 3: | Line 3: | ||
====== Login nodes ====== | ====== Login nodes ====== | ||
- | Hábrók has three login nodes that can be used to connect to the system. Besides redundancy reasons (you can always try another one if one of them is down), they all serve different purposes. | + | Hábrók has five login nodes that can be used to connect to the system. Besides redundancy reasons (you can always try another one if one of them is down), they all serve different purposes. |
- | ===== Login node: habrok.hpc.rug.nl | + | ===== Login nodes ===== |
- | This is the default login node that is used by most users. You can use it to connect to the system, copy your files, submit jobs, compile your code, etcetera. You should not use it to test your applications, | + | '' |
- | ===== Interactive node: hb-interactive.hpc.rug.nl ===== | + | We have set up two of these login nodes to increase the availability of the service. |
- | The interactive node is similar to a default compute node, and it allows for a bit more testing. If you just want to run your program for a couple of minutes, this is the machine to use. Do keep in mind that this is also a shared machine and other people may also want to do some testing. So, if you need to do more intensive testing, consider submitting them as jobs. | + | ===== Interactive nodes ===== |
- | ===== Interactive GPU node: pg-gpu.hpc.rug.nl | + | In Hábrók two interactive nodes have been configured, these are '' |
- | Finally, the interactive | + | The interactive |
- | This machine has an NVIDIA V100 GPU, which has been subdivided into four smaller GPUs. The tool nvidia-smi will show if/which GPUs are in use, and you can select the one you want to use by setting '' | + | To prevent a single user from using all capacity CPU and memory limits |
- | <code bash | + | ===== Interactive GPU node ===== |
- | >export CUDA_VISIBLE_DEVICES=2 | + | |
- | </ | + | |
- | Please keep in mind that this is also a shared machine, and more users want to use the GPUs in this machine. So, allow everyone to make use of these GPUs and do not perform long runs here. Long runs should be submitted as jobs to scheduler. | + | Finally, the interactive GPU nodes, '' |
+ | |||
+ | These machines have an NVIDIA L40s GPU each, which can be shared by multiple users. The tool '' | ||
+ | |||
+ | Please keep in mind that this is also a shared machine, and more users want to use the GPU in this machine. So, allow everyone to make use of these GPUs and do not perform long runs here. Long runs should be submitted as jobs to scheduler. | ||
+ | |||
+ | ===== Periodic reboots ===== | ||
+ | |||
+ | In order to prevent the login/ |