The crash might been resolved, but the race condition pervails. Resolve the race condition by generating an array of random number generators based upon the number of available OMP threads (omp_get_max_threads()). Then change the access to the generator to use the generator fitting for the current OMP thread (omp_get_thread_num()).
The description of the issue contains all necessary information to resolve the problem.
Added an expression to the automatic SW tests, where the access was done via OMP. No deviation detected.
Commit: [r1202]
Tickets: #707
Tickets: #711
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1202]
Diff: