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
habrok:connecting_to_the_system:login_nodes [2023/02/08 14:40] – [Interactive GPU node] fokkehabrok:connecting_to_the_system:login_nodes [2024/12/19 09:20] (current) admin
Line 7: Line 7:
 ===== Login nodes ===== ===== Login nodes =====
  
-hb-login1.hpc.rug.nl and hb-login2.hpc.rug.nl are the default login nodes that are used by most users. You can use these to connect to the system, copy your files, submit jobs, compile your code, etcetera. You should not use it to test your applications, since this might slow down the system, which will hinder other users who are trying to log in. It is also a smaller system.+''login1.hb.hpc.rug.nl'' and ''login2.hb.hpc.rug.nl'' are the default login nodes that are used by most users. You can use these to connect to the system, copy your files, submit jobs, compile your code, et cetera. You should not use it to test your applications, since this might slow down the system, which will hinder other users who are trying to log in. It is also a smaller system.
  
 We have set up two of these login nodes to increase the availability of the service. We have set up two of these login nodes to increase the availability of the service.
Line 13: Line 13:
 ===== Interactive nodes ===== ===== Interactive nodes =====
  
-In Hábrók two interactive nodes have been configures. These are hb-interactive1.hpc.rug.nl and hb-interactive2.hpc.rug.nl. +In Hábrók two interactive nodes have been configured, these are ''interactive1.hb.hpc.rug.nl'' and ''interactive2.hb.hpc.rug.nl''
  
-The interactive node are about half the size of a default compute node, and they allow for a bit more testing. If you just want to run your program for a couple of minutes, these are the machines to use. Do keep in mind that these are also a shared machines and other people may also want to do some testing. So, if you need to do more intensive testingconsider submitting them as jobs.+The interactive nodes are about half the size of a default compute node, and they allow for a bit more testing. If you just want to run your program for a couple of minutes, these are the machines to use. Do keep in mind that these are also a shared machines and other people may also want to do some testing. So, if you need to do longer and/or more intensive teststhese tasks should be submitted as jobs.
  
 To prevent a single user from using all capacity CPU and memory limits are in place. To prevent a single user from using all capacity CPU and memory limits are in place.
Line 21: Line 21:
 ===== Interactive GPU node ===== ===== Interactive GPU node =====
  
-** Work in progress, the machine is not yet available **+Finally, the interactive GPU nodes, ''gpu1.hb.hpc.rug.nl'' and ''gpu2.hb.hpc.rug.nl'' are login nodes equipped with a GPU. You can use them to develop and test your GPU applications. 
  
-Finally, the interactive GPU node, hb-gpu1.hpc.rug.nl is a login node equipped with a GPU. You can use it to develop and test your GPU applications.  +These machines have an NVIDIA L40s GPU each, which can be shared by multiple users. The tool ''nvidia-smi'' will show if the GPU is in use.
- +
-This machine has an NVIDIA V100 GPU, which can be shared by multiple users. The tool nvidia-smi will show if the GPU is in use.+
  
 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. 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/interactive nodes from being filled up with temporary files and long-running processes, these nodes are rebooted every other week on Monday morning at 6:00 CE(S)T. The odd-numbered nodes (''login1'', ''interactive1'', ''gpu1'') are rebooted in odd weeks, and the even-numbered nodes (''login2'', ''interactive2'', ''gpu2'') are rebooted in even weeks.