From d4dfbffb2f6c950402b0a42c793d7c8e752dd5db Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 5 Jun 2017 11:07:26 +0100 Subject: [PATCH] Corrected broken link. --- docs/source/openmp_mpi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/openmp_mpi.rst b/docs/source/openmp_mpi.rst index 68ae533f..632299a5 100644 --- a/docs/source/openmp_mpi.rst +++ b/docs/source/openmp_mpi.rst @@ -21,7 +21,7 @@ By default the MPI task farm functionality is turned off. It can be switched on HPC job scripts =============== -HPC environments usually require jobs to be submitted to a queue using a job script. The following are examples of job scripts for a HPC environment that uses O`pen Grid Scheduler/Grid Engine `_, and are intended as general guidance to help you get started. Using gprMax in an HPC environment is heavily dependent on the configuration of your specific HPC/cluster, e.g. the names of parallel environments (``-pe``) and compiler modules will depend on how they were defined by your system administrator. +HPC environments usually require jobs to be submitted to a queue using a job script. The following are examples of job scripts for a HPC environment that uses `Open Grid Scheduler/Grid Engine `_, and are intended as general guidance to help you get started. Using gprMax in an HPC environment is heavily dependent on the configuration of your specific HPC/cluster, e.g. the names of parallel environments (``-pe``) and compiler modules will depend on how they were defined by your system administrator. OpenMP example