Skip to content
Prev 24310 / 29559 Next

rgrass7 and snow

Le vendredi 22 avril 2016, Dr Didier G. Leibovici <
didier.leibovici at nottingham.ac.uk> a ?crit :
The problem is likely that you are working in parallel in the same map set.
I would suggest to use a separate Mauser for each parallel task to write
to, read from a different map set which no parallel task is writing to, and
finally, after all threads are finished, you can collect the results from
each thread in one map set and delete the temporary map sets.

Cheers,

Rainer