[Solved] Parallel Processing Macros
JEdward
New Altair Community Member
Hello,
Just out of curiosity, when using the parallel extension with Macros in a loop does each iteration get a separate macro to work with?
For example: I'm trying to do a loop which adds 1,000 onto a macro each time. In this case it would not be good to tick parallize, correct?
Thanks!
Just out of curiosity, when using the parallel extension with Macros in a loop does each iteration get a separate macro to work with?
For example: I'm trying to do a loop which adds 1,000 onto a macro each time. In this case it would not be good to tick parallize, correct?
Thanks!
Tagged:
0
Best Answer
-
Hi,
indeed, macro access is not atomic so reading and writing a macro has a good chance to go horribly wrong when doing so in a parallel loop at the moment.
Regards,
Marco0
Answers
-
Hi,
indeed, macro access is not atomic so reading and writing a macro has a good chance to go horribly wrong when doing so in a parallel loop at the moment.
Regards,
Marco0 -
Thanks Marco, I thought so. As yet RapidMiner hasn't yet reached the level of sophistication of Orac.
There are ways I can structure the process to account for this, and is probably good practice. Are there any guides on this yet or shall I have a crack at writing one?0 -
Hi,
you are welcome to create guides
I'd make sure to put it into a sticky "user guides" thread.
Regards,
Marco0