Skip to content
Snippets Groups Projects
Commit 514f0674 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

removed invalid links

parent 582de24b
No related branches found
No related tags found
No related merge requests found
Pipeline #22497 failed
...@@ -567,8 +567,6 @@ exit ...@@ -567,8 +567,6 @@ exit
In this example, input and executable files are assumed to be preloaded manually in the /scratch/$USER/myjob directory. Note the `mpiprocs` and `ompthreads` qsub options controlling the behavior of the MPI execution. mympiprog.x is executed as one process per node, on all 100 allocated nodes. If mympiprog.x implements OpenMP threads, it will run 16 threads per node. In this example, input and executable files are assumed to be preloaded manually in the /scratch/$USER/myjob directory. Note the `mpiprocs` and `ompthreads` qsub options controlling the behavior of the MPI execution. mympiprog.x is executed as one process per node, on all 100 allocated nodes. If mympiprog.x implements OpenMP threads, it will run 16 threads per node.
More information can be found in the [Running OpenMPI][7] and [Running MPICH2][8] sections.
### Example Jobscript for Single Node Calculation ### Example Jobscript for Single Node Calculation
!!! note !!! note
...@@ -607,6 +605,4 @@ Further jobscript examples may be found in the software section and the [Capacit ...@@ -607,6 +605,4 @@ Further jobscript examples may be found in the software section and the [Capacit
[3]: ../salomon/network.md [3]: ../salomon/network.md
[5]: ../salomon/7d-enhanced-hypercube.md [5]: ../salomon/7d-enhanced-hypercube.md
[6]: ../salomon/storage.md [6]: ../salomon/storage.md
[7]: ../software/mpi/running_openmpi.md
[8]: ../software/mpi/running-mpich2.md
[9]: capacity-computing.md [9]: capacity-computing.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment