Transfer of files between SRV and JET is **not** necessary. The file system is mounted on JET Nodes JET01/JET02 and vice versa. These mounted drives need to transfer the data via the network and latencies might be higher. Network connectivity between JET and Aurora can be 25Gbit/s.
```txt title="Network transfer speed. 1TB of data."
| 1 5 10 15 min
10Gb ----------------------------------- 13m20s
25Gb -------------------- 5m20s
100Gb ------------ 1m20s
200Gb ---- 40s
```
The 100Gb and 200Gb network connectivity is based on infiniband, which is even faster, for latencies.
Only from VSC5 you can access JETFS. Not the other way around.
## Software
The typcial installation of a intel-cluster has the INTEL Compiler suite (`intel-parallel-studio` or `intel-oneapi-compilers`) and the open source GNU Compilers installed. Based on these two different compilers (`intel`, `gnu`), there are usually two version of each scientific software.
...
...
@@ -247,7 +252,7 @@ How to use a vnc server, go to [VNC](../SSH-VPN-VNC/VNC.md).
## Network drives
Transfer of files between SRV and JET is **not** necessary. The file system is mounted on JET Nodes JET01/JET02 and vice versa. These mounted drives need to transfer the data via the network and latencies might be higher.
Transfer of files between SRV and JET is **not** necessary. The file system is mounted on JET Nodes JET01/JET02 and vice versa. These mounted drives need to transfer the data via the network and latencies might be higher. Network connectivity between JET and Aurora can be 25Gbit/s.
```bash title="Mounted files systems"
$ df -h
...
...
@@ -260,6 +265,15 @@ $ df -h
remjetfs 3.6P 1.6P 2.0P 44% /jetfs
```
```txt title="Network transfer speed. 1TB of data."
| 1 5 10 15 min
10Gb ----------------------------------- 13m20s
25Gb -------------------- 5m20s
100Gb ------------ 1m20s
200Gb ---- 40s
```
The 100Gb and 200Gb network connectivity is based on infiniband, which is even faster, for latencies.
## Slurm
The job manager is called slurm and is available on numerous other HPC systems in the EU. There are endless online documentations that can be asked for some guidance. Please have a look at the VSC tutorials or training courses.
...
...
@@ -273,6 +287,25 @@ There is some more information about how to use slurm:
| jhub | 2 days | 16 | 1=jet10 | reserved for Jupyterhub |
There are two different node architectures, which can be used to stir computation on a specific microarchitecture. There are 7 intel (*skylake*) and 10 amd (*zen4*) architecture nodes available. One can select these specific architecture by providing additional parameters (constraint) to a job:
since 2024 there is a new feature that allows to check how well one's jobs ran and get information on the efficiency of the resources used. The report is available once the job has finished.