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:chacha [2024/12/12 16:07] remiinfra:chacha [2026/01/13 08:20] (current) – [Access] marc
Line 43: Line 43:
  
 </code> </code>
 +
 +**Shards :** maximum 96 shards of GPU for an H100
  
  
Line 48: Line 50:
  
  
-/data :  +=== /data : ===
- +
-Total capacity : 2.9TB +
  
 Read / Write performances : Read / Write performances :
Line 62: Line 62:
 </code> </code>
  
 +=== Capacity : ===
  
-/ : +To be discussed on each project integration 
 +==== SLURM configuration ====
  
-Total capacity 436GB +When you run jobs on Chacha, you need to specify the partition (no defaults for now) :
  
-Read / Write performances : +  #SBATCH --partition=Chacha
-<code> +
-Read : +
-Timing cached reads:   21602 MB in  2.00 seconds 10815.96 MB/sec +
-Timing buffered disk reads: 1618 MB in  3.00 seconds = 538.98 MB/sec+
  
-Write : +==== Access ====
-2147483648 bytes (2.1 GB, 2.0 GiB) copied, 5.43513 s, 395 MB/s +
-</code>+
  
 +Chacha is at chacha.hevs.ch
  
- +See [[infra:compute|The ISC Computational Center]] for details about requesting access.
-==== Access ==== +
- +
-See [[infra:compute|The ISC Computational Center]] for details.+
  
Back to top