-
- Downloads
Merge branch 'no_openmp' into 'master'
Cleaned out the OpenMP statements 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. See merge request !28 Former-commit-id: c8c82f2cf89aa6d3dd6a7ac76addf932ed1ccc0f
Showing
- configure.ac 0 additions, 12 deletionsconfigure.ac
- examples/test.c 0 additions, 5 deletionsexamples/test.c
- examples/test_single.c 0 additions, 1 deletionexamples/test_single.c
- src/engine.c 0 additions, 3 deletionssrc/engine.c
- src/proxy.c 0 additions, 1 deletionsrc/proxy.c
- src/runner.c 0 additions, 1 deletionsrc/runner.c
- src/scheduler.c 0 additions, 3 deletionssrc/scheduler.c
- src/space.c 204 additions, 272 deletionssrc/space.c
- src/task.c 0 additions, 1 deletionsrc/task.c
Loading
Please register or sign in to comment