Re: [MTT devel] UH in summary stats?

2007-08-30 Thread Josh Hursey
Nothing is hardcoded in the collection script, but the orgs are hardcoded in the stats table once the data has been gathered. That's why the stats page is so quick to load, since it is referencing a single relatively small table. On the stats php page the list of orgs is determined by the

Re: [MTT devel] No nightly summary last night?

2007-08-30 Thread Jeff Squyres
It could be that we're more stringent now. What URL are you requesting, specifically? On Aug 30, 2007, at 4:53 PM, Ethan Mallove wrote: cron/alerts.php said this last night: Sorry, this page is not mirrored. Please see the http://www.open-mpi.org/;>original version of this page on the

Re: [MTT devel] No nightly summary last night?

2007-08-30 Thread Ethan Mallove
cron/alerts.php said this last night: Sorry, this page is not mirrored. Please see the http://www.open-mpi.org/;>original version of this page on the main Open MPI web site. Is "curl" confused by deny_mirror()'s new location (see r949)? -Ethan On Thu, Aug/30/2007 04:34:34PM, Josh Hursey

Re: [MTT devel] UH in summary stats?

2007-08-30 Thread Jeff Squyres
Oh, I see -- it's a hard-coded list of org's. I thought it got them from the db. No rush -- I just saw it today and was curious. On Aug 30, 2007, at 4:32 PM, Josh Hursey wrote: I haven't updated them in a couple days (since monday actually). I was working on updateing the script so it can

Re: [MTT devel] No nightly summary last night?

2007-08-30 Thread Josh Hursey
Humm. I think Ethan has this in his crontab and should be able to check if it is giving errors. I'm not currently subscribed to the nightly emails, I probably should do that again. -- Josh On Aug 30, 2007, at 3:30 PM, Jeff Squyres wrote: Come to think of it, I didn't get mails this

Re: [MTT devel] UH in summary stats?

2007-08-30 Thread Josh Hursey
I haven't updated them in a couple days (since monday actually). I was working on updateing the script so it can run once a day. Should be done later tonight sometime. So that's why UH isn't in there yet. -- josh On Aug 30, 2007, at 3:35 PM, Jeff Squyres wrote: Shouldn't UH now show up

[MTT devel] UH in summary stats?

2007-08-30 Thread Jeff Squyres
Shouldn't UH now show up in the summary stats? http://www.open-mpi.org/mtt/stats/ I only see cisco, iu, sun, ibm, hlrs for a query of 2007-08-01 - 2007-08-30. -- Jeff Squyres Cisco Systems

Re: [MTT devel] No nightly summary last night?

2007-08-30 Thread Jeff Squyres
Come to think of it, I didn't get mails this morning, either. And -- arrgh -- we'll have to fix the index.php <--> reporter.php, thing, too. But that change was made after 9am this morning, so it should not have affected last night's / this morning's e-mails. On Aug 30, 2007, at 3:26 PM,

[MTT devel] No nightly summary last night?

2007-08-30 Thread Jeff Squyres
I don't have nightly summary mails from last night -- did anyone else get them? -- Jeff Squyres Cisco Systems

Re: [MTT devel] [MTT svn] svn:mtt-svn r964

2007-08-30 Thread Pak Lui
Oh you mean why would anyone want to submit their intel test results to the database?? So the scenario is like this, I have a dev ws setup for a pending CMR for my PML changes. The changes are also in my tmp branch. The point of running the test to make sure my new dev stuff works before

Re: [MTT devel] [MTT svn] svn:mtt-svn r964

2007-08-30 Thread Ethan Mallove
Pak, we're scratching our heads on this new "developer results into central database" use case. Could you give more details? -Ethan On Thu, Aug/30/2007 01:32:26PM, Jeff Squyres wrote: > Ethan -- > > Did Pak really mean to submit to the database? > > On Aug 30, 2007, at 1:22 PM,

Re: [OMPI devel] SM BTL hang issue

2007-08-30 Thread Terry . Dontje
Li-Ta Lo wrote: On Thu, 2007-08-30 at 12:25 -0400, terry.don...@sun.com wrote: Li-Ta Lo wrote: On Wed, 2007-08-29 at 14:06 -0400, Terry D. Dontje wrote: hmmm, interesting since my version doesn't abort at all. Some problem with fortran compiler/language

Re: [OMPI devel] SM BTL hang issue

2007-08-30 Thread Li-Ta Lo
On Thu, 2007-08-30 at 12:25 -0400, terry.don...@sun.com wrote: > Li-Ta Lo wrote: > > >On Wed, 2007-08-29 at 14:06 -0400, Terry D. Dontje wrote: > > > > > >>hmmm, interesting since my version doesn't abort at all. > >> > >> > >> > > > > > >Some problem with fortran compiler/language binding?

Re: [OMPI devel] SM BTL hang issue

2007-08-30 Thread Terry . Dontje
Li-Ta Lo wrote: On Wed, 2007-08-29 at 14:06 -0400, Terry D. Dontje wrote: hmmm, interesting since my version doesn't abort at all. Some problem with fortran compiler/language binding? My C translation doesn't have any problem. [ollie@exponential ~]$ mpirun -np 4 a.out 10 Target

Re: [OMPI devel] UD BTL alltoall hangs

2007-08-30 Thread Andrew Friedley
George Bosilca wrote: Until then you should be using the latest command "tv8 mpirun -a -np 2 -bynode `pwd`/NPmpi". The `pwd` is really important for some reason, otherwise TotalView is unable to find the executable. The problem is that the name of the process will be "./NPmpi" and

Re: [OMPI devel] SM BTL hang issue

2007-08-30 Thread Li-Ta Lo
On Wed, 2007-08-29 at 14:06 -0400, Terry D. Dontje wrote: > hmmm, interesting since my version doesn't abort at all. > Some problem with fortran compiler/language binding? My C translation doesn't have any problem. [ollie@exponential ~]$ mpirun -np 4 a.out 10 Target duration (seconds):

Re: [OMPI devel] Maximum Shared Memory Segment - OK to increase?

2007-08-30 Thread Li-Ta Lo
On Thu, 2007-08-30 at 10:26 -0400, rolf.vandeva...@sun.com wrote: > Li-Ta Lo wrote: > > >On Tue, 2007-08-28 at 10:12 -0600, Brian Barrett wrote: > > > > > >>On Aug 28, 2007, at 9:05 AM, Li-Ta Lo wrote: > >> > >> > >> > >>>On Mon, 2007-08-27 at 15:10 -0400, Rolf vandeVaart wrote: > >>>

Re: [MTT devel] reporter.php

2007-08-30 Thread Josh Hursey
I just finished cleaning up the warnings in the stats php script. There is one warning I don't know how to fix: - PHP Warning: Missing argument 1 for print_ga() in /nfs/rontok/xraid/ data/osl/www/www.open-mpi.org/mtt/google-analytics.inc on line 6, referer:

Re: [MTT devel] reporter.php

2007-08-30 Thread Jeff Squyres
K. I made the switch index.php <--> reporter.php. On Aug 30, 2007, at 10:33 AM, Josh Hursey wrote: FYI: I finished cleaning up the PHP submit script. It seems that there are some associated issues with the stats PHP script. I'm cleaning that up at the moment. -- Josh On Aug 30, 2007, at

Re: [MTT devel] reporter.php

2007-08-30 Thread Jeff Squyres
On Aug 30, 2007, at 9:47 AM, Josh Hursey wrote: I donno. But I would favor the index.php route as well. K. I'll make the switch. Also FYI I'm working on the submit.php script a bit this morning. I'm doing 2 things: - Cleaning up error messages - Inserting a transaction to solve a race

Re: [OMPI devel] Maximum Shared Memory Segment - OK to increase?

2007-08-30 Thread Rolf . Vandevaart
Li-Ta Lo wrote: On Tue, 2007-08-28 at 10:12 -0600, Brian Barrett wrote: On Aug 28, 2007, at 9:05 AM, Li-Ta Lo wrote: On Mon, 2007-08-27 at 15:10 -0400, Rolf vandeVaart wrote: We are running into a problem when running on one of our larger SMPs using the latest Open MPI v1.2

Re: [MTT devel] reporter.php

2007-08-30 Thread Josh Hursey
I donno. But I would favor the index.php route as well. Also FYI I'm working on the submit.php script a bit this morning. I'm doing 2 things: - Cleaning up error messages - Inserting a transaction to solve a race condition that was triggered last night by an IU submit. -- Josh On Aug