Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
infra:howto:runjob [2025/03/20 13:01] – [Environment] remiinfra:howto:runjob [2026/03/11 10:25] (current) – [Quotas] marc
Line 10: Line 10:
  
  
 +===== Connection =====
 +Currently, you have to SSH directly on one of the compute node, either server [[infra:chacha|Chacha]] or [[infra:disco|Disco]] :
 +
 +  $ ssh firstname.lastname@disco.hevs.ch
 +  $ ssh firstname.lastname@chacha.hevs.ch
 +  
 +** NOTE : Please note you have to connect from the school network or the HEVS VPN to be able to connect on those servers **
 +
 +TODO : Change doc when the jump host will be ready
  
 ===== Environment ===== ===== Environment =====
Line 38: Line 47:
  
  
 +
 +More information on our **[[infra:compute:slurmconfig|SLURM cluster]]**
 ===== Storage considerations ===== ===== Storage considerations =====
  
Line 71: Line 82:
 ==== Quotas ==== ==== Quotas ====
   - The root filesystem (/, including /home) for every researchers is 20GB for convenience. For students, this quota is lowered to 10GB to encourage proper infrastructure usage / coding with a lower threshold.   - The root filesystem (/, including /home) for every researchers is 20GB for convenience. For students, this quota is lowered to 10GB to encourage proper infrastructure usage / coding with a lower threshold.
-  - On local and shared datasets, quota is set accordingly to what was requested during the access creation : either the direct value from the [[https://forms.office.com/e/zRkBFAbKD7|Access Form]] or it can be a lower quota depending on our current capacity. +  - On local and shared datasets, quota will be set on a case by case basis
  
 ==== Cleaning ==== ==== Cleaning ====
Line 89: Line 100:
    * [[https://learn.microsoft.com/en-us/answers/questions/1221136/visual-studio-2022-clear-local-caches]]    * [[https://learn.microsoft.com/en-us/answers/questions/1221136/visual-studio-2022-clear-local-caches]]
   - Currently your vscode caches are automatically removed from our servers.   - Currently your vscode caches are automatically removed from our servers.
 +
 +==== Automation ====
 +
 +If you need to use Cron to schedule something, you need to ask for your user to be added to the /etc/cron.allow whitelist.
Back to top