[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 18:12:32 CDT 2007


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





------- Comment #21 from hategan at mcs.anl.gov  2007-07-11 18:12 -------
It freezes because files[] is not used. In a sense. The compiler should tag all
data that is not an lvalue but appears as part of an expression as input data.
Apparently the compiler misses the part where the variable is used by a for
loop.

You can convince swift that files and sfiles are inputs by doing something like
print(files); print(sfiles);. Nonetheless, this should be fixed in the
compiler.

Mihael

(In reply to comment #20)
> (In reply to comment #19)
> > 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.
> > [...]
> 
> Working on it...
> 
> 


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