[Swift-devel] [Bug 303] fixed_array_mapper versus array_mapper on output

bugzilla-daemon at mcs.anl.gov bugzilla-daemon at mcs.anl.gov
Fri Apr 1 13:25:38 CDT 2011


https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=303


Allan Espinosa <aespinosa at cs.uchicago.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|aespinosa at cs.uchicago.edu   |hategan at mcs.anl.gov




--- Comment #2 from Allan Espinosa <aespinosa at cs.uchicago.edu>  2011-04-01 13:25:38 ---
Update on the latest trunk: Swift svn swift-r4208 cog-r3073  (which include's
Mihael's patch to trunk r4089 :
http://mail.ci.uchicago.edu/pipermail/swift-devel/2011-February/007466.html)

fixed_array_mapper version:

type file;

app(file o[])
    split(file i){
  split "-l" 1 @filename(i) "seqout."; 
}

file out[] <fixed_array_mapper; files="seqout.aa, seqout.ab, seqout.ac,
seqout.ad">;
file input <"seq.in">;

out = split(input);

$swift split.swift 
Swift svn swift-r4208 cog-r3073

RunID: 20110401-1319-tsq0pb48
Progress:  time:0
No events in 10s.

Registered futures:
----

Waiting threads:
----

No events in 10s.

Registered futures:
----

Waiting threads:
----

Progress:  time:30007  Initializing site shared directory:1
No events in 10s.

Registered futures:
----

Waiting threads:
----
...
...
... 

looks like fixed_array_mapper doesn't work anymore.  out[] should be waiting on
four futures correct?

-- 
Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.



More information about the Swift-devel mailing list