Update Cluster-Getting-Started.md

This commit is contained in:
Thomas Keller 2024-03-07 11:48:58 +01:00
parent 9a73a1d91f
commit b273eca196

View File

@ -198,7 +198,7 @@ salloc -p staff -n 180 -N 5
Danach kann das Program mit dem Befehl
```
mpirun /home/kellerthomas@edu.local/testcluster/hello_world_mpich
mpirun ./hello_world_mpich
```
ausgführt werden. Der Output sieht wie folgt aus: