From 514f067466c271686e9856a13e9b6bc51c7a651e Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 27 Sep 2021 08:37:29 +0200 Subject: [PATCH] removed invalid links --- docs.it4i/general/job-submission-and-execution.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs.it4i/general/job-submission-and-execution.md b/docs.it4i/general/job-submission-and-execution.md index 8ec8844d7..62c054664 100644 --- a/docs.it4i/general/job-submission-and-execution.md +++ b/docs.it4i/general/job-submission-and-execution.md @@ -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. -More information can be found in the [Running OpenMPI][7] and [Running MPICH2][8] sections. - ### Example Jobscript for Single Node Calculation !!! note @@ -607,6 +605,4 @@ Further jobscript examples may be found in the software section and the [Capacit [3]: ../salomon/network.md [5]: ../salomon/7d-enhanced-hypercube.md [6]: ../salomon/storage.md -[7]: ../software/mpi/running_openmpi.md -[8]: ../software/mpi/running-mpich2.md [9]: capacity-computing.md -- GitLab