🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

unexpected behaviour using parallel execution

User: "kayman"
New Altair Community Member
Updated by Jocelyn

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 :-)


Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Thomas_Ott"
    New Altair Community Member

    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.