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
unexpected behaviour using parallel execution
Hi guys,
Not sure if it's a bug or by nature of design, but I noticed that after updating some of my outdated loop operators my whole workflow started to fail.
In specific none of my python scripts were running anymore, except if I included a breakpoint in the loop operator. When disabling the parallel execution option all worked again as before. So basically it looks like the process is not waiting for a return of the python operator and just skips it in parallel mode. Is this expected behaviour?
Took me some time and pulled hairs before I figured it out so hopefully other people can learn from this experience :-)
0
Answers
Thanks. I don't know enough about your PY script but I would think in general these scripts would be difficult to parallelize within RM. However, I'm glad you found the solution by toggling off the parallel execution parameter.