Skip to content

Commit

Permalink
Update REAME.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
amartinhuertas authored Sep 28, 2020
1 parent d52fbd1 commit 5be70ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5be70ab

Please sign in to comment.