Re: [OMPI devel] OMPI 1.5 twitter notification plugin probably broken by switch to OAUTH

2010-09-08 Thread Christopher Samuel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/09/10 00:44, Ralph Castain wrote: > Okay, I fixed this up for you on the devel trunk: Thanks for that, I've not had a chance to look at this any further recently as we're flat our bringing up our new gear! Hopefully soon.. cheers, Chris - --

Re: [OMPI devel] OMPI 1.5 twitter notification plugin probably broken by switch to OAUTH

2010-09-03 Thread Jeff Squyres
On Sep 1, 2010, at 7:15 AM, Chris Samuel wrote: > Looking at the code for the Twitter notifier in OMPI 1.5 > and seeing its use of HTTP basic authentication I would > suggest that it may be non-functional due to Twitters > switch to purely OAUTH based authentication for their API. Oy; I got that

Re: [OMPI devel] OMPI 1.5 twitter notification plugin probably broken by switch to OAUTH

2010-09-02 Thread Ralph Castain
Okay, I fixed this up for you on the devel trunk: Ralph:ompi-trunk rhc$ orterun -n 3 -mca notifier hnp foo Job Ralph:10628 terminated abnormally -- orterun was unable to find the specified executable file, and therefore did no

Re: [OMPI devel] OMPI 1.5 twitter notification plugin probably broken by switch to OAUTH

2010-09-01 Thread Ralph Castain
I'm afraid that triggering a notifier message isn't that simple - instances where notifier is invoked are still rare in the code base. I'll be adding some to the developer's trunk shortly that will provide a better test (i.e., will trigger on things like failed-to-launch). Will let you know whe

[OMPI devel] OMPI 1.5 twitter notification plugin probably broken by switch to OAUTH

2010-09-01 Thread Chris Samuel
Hi folks, Looking at the code for the Twitter notifier in OMPI 1.5 and seeing its use of HTTP basic authentication I would suggest that it may be non-functional due to Twitters switch to purely OAUTH based authentication for their API. I'm trying to test it out here but I'm at a bit of a loss to