From ad20baa03f2a4b2dbe5aed57cfa69054076fe8b3 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sun, 18 Aug 2013 16:02:48 -0400 Subject: [PATCH] Add OPENMP Makefile variable to installation instructions. --- docs/source/usersguide/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index ef01aeff7..ee7697de3 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -135,6 +135,10 @@ MPI Enables parallel runs using the Message Passing Interface. The MPI_DIR variable should be set to the base directory of the MPI implementation. +OPENMP + Enables shared-memory parallelism using the OpenMP API. The Fortran compiler + being used must support OpenMP. + HDF5 Enables HDF5 output in addition to normal screen and text file output. The HDF5_DIR variable should be set to the base directory of the HDF5