From bugzilla-daemon at ecoinformatics.org Thu Feb 6 14:42:08 2003 From: bugzilla-daemon at ecoinformatics.org (bugzilla-daemon@ecoinformatics.org) Date: Thu, 6 Feb 2003 14:42:08 -0800 (PST) Subject: [Bug 947] - develop pipeline/step library for MARINE QA tests Message-ID: <20030206224208.8248AB7A96@ecoinfo.nceas.ucsb.edu> http://bugzilla.ecoinformatics.org/show_bug.cgi?id=947 jones at nceas.ucsb.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |monarch- | |dev at ecoinformatics.org ------- Additional Comments From jones at nceas.ucsb.edu 2003-02-06 14:42 ------- Mark and Rich will develop this jointly. From bugzilla-daemon at ecoinformatics.org Thu Feb 6 14:59:47 2003 From: bugzilla-daemon at ecoinformatics.org (bugzilla-daemon@ecoinformatics.org) Date: Thu, 6 Feb 2003 14:59:47 -0800 (PST) Subject: [Bug 984] New: - tracking bug for Alpha2 release Message-ID: <20030206225947.E4379B771E@ecoinfo.nceas.ucsb.edu> http://bugzilla.ecoinformatics.org/show_bug.cgi?id=984 Summary: tracking bug for Alpha2 release Product: Monarch Version: 1.0 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P1 Component: monarch - general bugs AssignedTo: monarch-dev at ecoinformatics.org ReportedBy: jones at nceas.ucsb.edu QAContact: jones at nceas.ucsb.edu Target release for March 15, 2003. From bugzilla-daemon at ecoinformatics.org Thu Feb 6 15:00:02 2003 From: bugzilla-daemon at ecoinformatics.org (bugzilla-daemon@ecoinformatics.org) Date: Thu, 6 Feb 2003 15:00:02 -0800 (PST) Subject: [Bug 984] - tracking bug for Alpha2 release Message-ID: <20030206230002.0F77BB771E@ecoinfo.nceas.ucsb.edu> http://bugzilla.ecoinformatics.org/show_bug.cgi?id=984 jones at nceas.ucsb.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Milestone|2.0.0Alpha1 |2.0.0Alpha2 From bugzilla-daemon at ecoinformatics.org Thu Feb 6 15:02:03 2003 From: bugzilla-daemon at ecoinformatics.org (bugzilla-daemon@ecoinformatics.org) Date: Thu, 6 Feb 2003 15:02:03 -0800 (PST) Subject: [Bug 979] - pipelines that mix engines can't parse physical file Message-ID: <20030206230203.3E073B7A96@ecoinfo.nceas.ucsb.edu> http://bugzilla.ecoinformatics.org/show_bug.cgi?id=979 jones at nceas.ucsb.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.0.0Alpha1 |2.0.0Alpha2 From bugzilla-daemon at ecoinformatics.org Mon Feb 10 09:55:53 2003 From: bugzilla-daemon at ecoinformatics.org (bugzilla-daemon@ecoinformatics.org) Date: Mon, 10 Feb 2003 09:55:53 -0800 (PST) Subject: [Bug 979] - pipelines that mix engines can't parse physical file Message-ID: <20030210175553.5CBFAB7A2A@ecoinfo.nceas.ucsb.edu> http://bugzilla.ecoinformatics.org/show_bug.cgi?id=979 berkley at nceas.ucsb.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED From jones at nceas.ucsb.edu Mon Feb 17 18:29:16 2003 From: jones at nceas.ucsb.edu (Matt Jones) Date: Mon, 17 Feb 2003 17:29:16 -0900 Subject: monarch demo Message-ID: <3E519A7C.7030301@nceas.ucsb.edu> Hey Chad and Rich, I forgot to mention that we are scheduled to do a Monarch demo first thing Fri morning in Albuquerque. So....it would be good to make sure we have a functional version up and running tomorrow. It would also be good to have some more colorful output available. The means-chart step that I had set up before might be appropriate if it wouldn't take long to convert to the new step and pipeline specs. Rich, do you have any new pipelines or steps that would show a little more glitzy than our current scatterplot (I know, the bar is not too high there). Lets chat about this first thing tomorrow, ok? Matt From berkley at nceas.ucsb.edu Mon Feb 24 10:56:33 2003 From: berkley at nceas.ucsb.edu (Chad Berkley) Date: 24 Feb 2003 10:56:33 -0800 Subject: matlab exit status Message-ID: <1046112993.10285.6.camel@trestles> Hey, I've been trying to figure out how to force matlab to quit when it encounters an error, and I can't seem to see a way. The only hackish solution to this that I can think of is to put a time-out on the process and kill it after a certain time period. This seems like a bad idea to me because we don't really know how long someone's matlab code could run. Does anyone else see a way to force matlab to quit when it hits an error? It writes the output to the log file then just sits there like a deer in the headlights. chad -- ----------------------- Chad Berkley National Center for Ecological Analysis and Synthesis (NCEAS) berkley at nceas.ucsb.edu ----------------------- From harris at nceas.ucsb.edu Mon Feb 24 11:03:10 2003 From: harris at nceas.ucsb.edu (John Harris) Date: Mon, 24 Feb 2003 11:03:10 -0800 (PST) Subject: matlab exit status In-Reply-To: <1046112993.10285.6.camel@trestles> Message-ID: Hey Chad, There are a coule ways I can think of doing this -- here's one: 2] from java start matlab 1] start a filemonitor thread (there is one in Jalama) that listens to the Log file 3] in T2 process the Log file and on failure shut down the PID that matlab is running in This seems like an easy solution to me and is less of a hack. J On 24 Feb 2003, Chad Berkley wrote: > Hey, > > I've been trying to figure out how to force matlab to quit when it > encounters an error, and I can't seem to see a way. The only hackish > solution to this that I can think of is to put a time-out on the process > and kill it after a certain time period. This seems like a bad idea to > me because we don't really know how long someone's matlab code could > run. Does anyone else see a way to force matlab to quit when it hits an > error? It writes the output to the log file then just sits there like a > deer in the headlights. > > chad > -- --------------------------------- John Harris National Center for Ecological Analysis and Synthesis (NCEAS) 735 State St. Ste. 303 Santa Barbara, CA 93101 805-892-2531 harris at nceas.ucsb.edu ---------------------------------