Turn on OpenMP by default

This commit is contained in:
Paul Romano 2017-04-10 07:32:51 -05:00
parent c494ed69d7
commit 2660c5918f
3 changed files with 4 additions and 5 deletions

View file

@ -225,7 +225,7 @@ optimize
openmp
Enables shared-memory parallelism using the OpenMP API. The Fortran compiler
being used must support OpenMP.
being used must support OpenMP. (Default: on)
coverage
Compile and link code instrumented for coverage analysis. This is typically