[Swift-devel] [Bug 116] simple_mapper handling of numbered files in arrays broken
bugzilla-daemon at mcs.anl.gov
bugzilla-daemon at mcs.anl.gov
Tue Dec 11 16:41:52 CST 2007
http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=116
------- Comment #1 from tiberius at mcs.anl.gov 2007-12-11 16:41 -------
(In reply to comment #0)
Also, I am using simple mapper to generate file names use as outputs for
parameter sweeps, and I am running out of the name space (4 digits for
numbering is limiting)
Eg:
(file resultsOut[]) paramSweep (){
foreach i{
foreach j{
resultsOut[i*iSize+j] = atomicProcedure(i,j);
}
}
}
file results[]<simple_mapper; prefix="item_", suffix=".txt">;
results = paramSweep();
--
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