[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:31:30 CDT 2011


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |swift-devel at ci.uchicago.edu




--- Comment #3 from Allan Espinosa <aespinosa at cs.uchicago.edu>  2011-04-01 13:31:30 ---
Latest trunk on array_mapper version:

type file;

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

string s[] = ["seqout.aa", "seqout.ab", "seqout.ac","seqout.ad"];

file out[] <array_mapper; files=s>;
file input <"seq.in">;

out = split(input);
Swift svn swift-r4208 cog-r3073

RunID: 20110401-1328-p44eon1h
Progress:  time:1
No events in 10s.

Registered futures:
file[] out  Closed, no listeners
----

Waiting threads:
----

No events in 10s.

Registered futures:
file[] out  Closed, no listeners
----

Waiting threads:
----

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

Registered futures:
file[] out  Closed, no listeners
----

Waiting threads:

I'm not sure now if r4089 fixed the problem or not since later commits like the
merge from the fast branch could have broken things.   Also, the app() split()
function should be included in the list of waiting thread when it got the state
of 'initializing shared directory' right?

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



More information about the Swift-devel mailing list