From 5be70abf098301d582073d3c5b971db2f7fa614d Mon Sep 17 00:00:00 2001 From: "Alberto F. Martin" <38347633+amartinhuertas@users.noreply.github.com> Date: Mon, 28 Sep 2020 13:03:05 +1000 Subject: [PATCH] Update REAME.md [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a87ae7d..78234f8 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ $ source /opt/intel/mkl/bin/mklvars.sh intel64 In order to find 2., there are two alternatives: -* The user may optionally set the `GRIDAP_PARDISO_LIBGOMP_DIR` environment variable. This variable must contain the absolute value to the folder in which the `libgomp` dynamic library file resides on your system. +* The user may optionally set the `GRIDAP_PARDISO_LIBGOMP_DIR` environment variable. This variable must contain the absolute path to the folder in which the `libgomp` dynamic library file resides on your system. * The build system tries to do its best to find `libgomp` on the system. If `GRIDAP_PARDISO_LIBGOMP_DIR` is defined, then the build system follows the first alternative. If not, then it follows the second. Thus, the environment variable has precedence over the default behaviour of trying to find the library automatically.