|
From: Tom C. <Tho...@na...> - 2016-04-25 13:35:51
|
After the last push we added ifort 16 to our regression suite and discovered
an issue when using OpenMP. This release is primarily a workaround for that
issue, but contains some minor cleanup that was done while diagnosing the
issue.
More details:
- Workaround for ifort 16.0.2 bug with openmp
- Various minor improvements to code:
. Fixed inconsistent names in self tests.
. Introduced "-qopenmp" in find_package for OpenMP
. RemoteProxy now ignores output starting with "DEBUG:" - useful
for debugging self tests.
|