Paralell processing and recall/remember

veve
New Altair Community Member
Hello,
I'm trying to append some new computed data to an exampleset and I wonder if I can use the parallelization in my loop :
Is there any mutex/protection putted on the remembered exampleset in the case of parallel processing?
Thank you!!
I'm trying to append some new computed data to an exampleset and I wonder if I can use the parallelization in my loop :
Is there any mutex/protection putted on the remembered exampleset in the case of parallel processing?
Thank you!!
Tagged:
0
Answers
-
Hi Alina,
can you tell me more about your process and its loop? In many cases one can easily accumulate data using an append operator after the loop.
Cheers,
Helge0