[MTT devel] MTT docs now online

2018-07-12 Thread r...@open-mpi.org
We finally got the bugs out and the documentation for Python MTT implementation is now online at https://open-mpi.github.io/mtt . It also picked up the Perl stuff, but we’ll just ignore that little detail :-) Thanks to Akshaya Jagannadharao for all the hard work

Re: [MTT devel] trying again to ppost results to "IU" using pyclient

2017-08-15 Thread r...@open-mpi.org
I have not been able to do so, sadly. > On Aug 15, 2017, at 2:31 PM, Howard Pritchard wrote: > > HI Folks, > > Thanks Josh. That doesn't seem to help much though. Exactly which URL > should we be submitting a POST request to get a serial > number, and what should the

Re: [MTT devel] reporter error using pyclient

2016-09-02 Thread r...@open-mpi.org
ubmitting the result_stderr as an array still. The server treats both of > those keys the same, so it must be on the python client side. > > I don't think the server requires a MPI Install phase. It's listed as an > optional field for the test_build/test_run phases. If you don't submit an MP

Re: [MTT devel] the boolean keyval error traceback with debug

2016-09-02 Thread r...@open-mpi.org
Should be fixed in https://github.com/open-mpi/mtt/pull/469 > On Aug 31, 2016, at 6:54 PM, r...@open-mpi.org wrote: > > I’ll dig into this tomorrow > >> On Aug 31, 2016, at 10:59 AM, Howard Pritchard <hpprit...@gmail.com >> <mailto:hpprit...@gmail.com>> w

Re: [MTT devel] the boolean keyval error traceback with debug

2016-08-31 Thread r...@open-mpi.org
I’ll dig into this tomorrow > On Aug 31, 2016, at 10:59 AM, Howard Pritchard wrote: > > Hi Folks, > > Here's what I'm seeing with the boolean keyval issue: > > orking repo g...@github.com:open-mpi/ompi-tests > > Working final repo g...@github.com:open-mpi/ompi-tests > >

Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread r...@open-mpi.org
Hmmm...Hey Josh - is it possible that your server is requiring an MPI_Install phase? We don’t have one since we just build and then set the path accordingly - is it complaining about missing data for an install phase? > On Aug 26, 2016, at 7:33 PM, r...@open-mpi.org wrote: > > Okay,

Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread r...@open-mpi.org
3: ... merge_stdout_stderr = E'false' AND result_stderr = ARRAY[E'... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. Powered by http://www.cherrypy.org;>

Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread r...@open-mpi.org
FWIW: the extra “/“ is inserted in the IUDatabase reporter plugin. Removing it didn’t make any difference Must be something on the server side, I fear > On Aug 26, 2016, at 12:08 PM, r...@open-mpi.org wrote: > > BTW: here is my .ini snippet > > > [Reporter:IUdatabase] >

Re: [MTT devel] reporter error using pyclient

2016-08-26 Thread r...@open-mpi.org
BTW: here is my .ini snippet [Reporter:IUdatabase] plugin = IUDatabase realm = OMPI username = intel pwfile = /home/common/mttpwd.txt platform = bend-rsh hostname = rhc00[1-2] url = https://mtt.open-mpi.org/submit/cpy/ email = r...@open-mpi.org So it looks like the CherryPi server is adding