[Swift-devel] [Bug 72] Campaign for scaling wf up to 244 molecules

bugzilla-daemon at mcs.anl.gov bugzilla-daemon at mcs.anl.gov
Wed Jul 11 11:20:43 CDT 2007


http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=72





------- Comment #19 from nefedova at mcs.anl.gov  2007-07-11 11:20 -------
Some issues arised when testing the re-written swift code with loops (in
attempt to reduce the size and thus to eliminate a possible reason for the
problems with large workflows). When tested with just one loop - it all worked,
but when intrioduced an inside loop, it just hangs there.

I have 2 loops in the workflow, one inside the other:
foreach f in files{
do_something;
print(a);
foreach s in sfiles{
print(b);
something;
if (a=="blah"){
do_staff;
}else{
do_another_stuff;
}
} # close foreach s
} # close foreach f

(the full code could be found on terminable in ~nefedova/MolDyn.dtm)

I see the code hanging without *any* errors right when the second foreach is
supposed to start. I.e. I see a is being printed but not b.

Any suggestions on what could be wrong here?


-- 
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Swift-devel mailing list