Merge OpenMP branch to master#8
Conversation
There was a problem hiding this comment.
In a test run using a common input data file and same command line parameters, the output data files from the current master and the dev_omp_merged branch seem to not match with each other. The comparison was done using the 'diff' command. The variable indicating the number of threads was not used, so the default number of threads were used in this test run.
|
I'll have a look soon then. It must be that something got mixed up during merge. |
|
The issue has been fixed. The problem was related to the introduction of the variable |
67150b5 to
602f65e
Compare
This pull request includes addition of the option to utilise OpenMP (or not) to parallelize a number of compute intensive code sections.