The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[Solved] Parallel Processing Macros
JEdward
RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 578 Unicorn
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!
0
Best Answer
-
Marco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM EngineeringHi,
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
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?
you are welcome to create guides
I'd make sure to put it into a sticky "user guides" thread.
Regards,
Marco