Skip to content

Cleaned out the OpenMP statements

Matthieu Schaller requested to merge no_openmp into master

Removed all the OpenMP pragmas, OpenMP functions and header inclusions. Also replaced the associated atomic operations with normal operations.

There might have been some race condition problems in some routines of space.c where some non-atomic operations were performed in critical parts of the code. Not sure whether it was actually a problem.

Closes issue #20 (closed).

Merge request reports