[Swift-devel] latest trunk

Sarah Kenny skenny at uchicago.edu
Mon Mar 21 17:02:00 CDT 2011


type file;
type Rscript;
type mxModel;

app (mxModel min) mxModelProcessor(file covMatrix, Rscript mxModProc, int
modnum, float weight, string cond)
{
        RInvoke @filename(mxModProc) @filename(covMatrix) modnum weight
cond;
}

file covMatrix<single_file_mapper;file="./gestspeech.cov">;
Rscript mxScript<single_file_mapper;file=@strcat("scripts/stest.R")>;

int totalperms[] = [1:10];
float initweight = .5;
foreach perm in totalperms{
mxModel modmin<single_file_mapper;
file=@strcat("./results/speech_",perm,".rdata")>;
        modmin = mxModelProcessor(covMatrix, mxScript, perm, initweight,
"speech");
 }

the R script it calls is actually just a sleep job

On Mon, Mar 21, 2011 at 2:57 PM, Michael Wilde <wilde at mcs.anl.gov> wrote:

> Can you post the script?
>
> ------------------------------
>
> hmmm....so i just (a moment ago) built from trunk and on a quick test run
> (defaulting to localhost) i seem to be getting an infinite stream of
> something like this:
>
> No events in 10s.
> Badness
>
> Registered futures:
> int[] totalperms  Closed, 10 elements, 0 listeners
> ----
>
> Waiting threads:
> 0-4
> ----
>
> No events in 10s.
> Badness
>
> Registered futures:
> int[] totalperms  Closed, 10 elements, 0 listeners
> ----
>
> Waiting threads:
> 0-4
> ----
>
> it's a simple test script that runs fine in .92, anyone else experiencing
> this?
>
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
>
>
>
>
> --
> Michael Wilde
> Computation Institute, University of Chicago
> Mathematics and Computer Science Division
> Argonne National Laboratory
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-devel/attachments/20110321/1a0e68f1/attachment.html>


More information about the Swift-devel mailing list