Re: [OMPI devel] [TIPC BTL] test programmes

2011-08-01 Thread Jeff Squyres
On Aug 1, 2011, at 6:03 PM, Eugene Loh wrote: > Another option is the MPI Testing Tool http://www.open-mpi.org/projects/mtt/ > but it might be more trouble than it's worth. > > (INCIDENTALLY, THERE ARE TRAC TROUBLES WITH THE THREE LINKS AT THE BOTTOM OF > THAT PAGE! COULD SOMEONE TAKE A LOOK?)

Re: [OMPI devel] [TIPC BTL] test programmes

2011-08-01 Thread Eugene Loh
NAS Parallel Benchmarks are self-verifying. Another option is the MPI Testing Tool http://www.open-mpi.org/projects/mtt/ but it might be more trouble than it's worth. (INCIDENTALLY, THERE ARE TRAC TROUBLES WITH THE THREE LINKS AT THE BOTTOM OF THAT PAGE! COULD SOMEONE TAKE A LOOK?) If yo

Re: [OMPI devel] [TIPC BTL] test programmes

2011-08-01 Thread Jeff Squyres
Additionally, you might want to download an run a bunch of common MPI benchmarks, such as: - Netpipe - Intel MPI Benchmarks (IMB) - SKaMPI - HPL (Linpack) - ...etc. On Aug 1, 2011, at 8:12 AM, Chris Samuel wrote: > On Mon, 1 Aug 2011 09:47:00 PM Xin He wrote: > >> Do any of you guys have any

[OMPI devel] 1.5.4rc1 is (finally) posted

2011-08-01 Thread Jeff Squyres
It contains a mountain of bug fixes and some new features. One last feature that isn't in yet is Mellanox's new MTL; we'll pick that up in the next RC (because it's very standalone / doesn't affect anything else and I wanted to get this RC out the door. Finally). http://www.open-mpi.org/so

[OMPI devel] cross-platform execution

2011-08-01 Thread Maurice Feskanich
Hi All, Is there any advice/documentation/FAQs/whatever that talks about cross-platform issues? Say, for instance, my users run mpirun on Solaris and they want their jobs to run on Linux. I'm looking for any and all parameters/settings that I need to be aware of, tweak, clear, etc. to make

Re: [OMPI devel] [TIPC BTL] test programmes

2011-08-01 Thread Chris Samuel
On Mon, 1 Aug 2011 09:47:00 PM Xin He wrote: > Do any of you guys have any testing programs that I should > run to test if it really works? How about a real MPI program which has test data to check it's running OK ? Gromacs is open source and has a self-test mechanism run via "make test" IIRC.

[OMPI devel] [TIPC BTL] test programmes

2011-08-01 Thread Xin He
Hi all, I have finished the development of TIPC BTL component. It can pass all sample programs that Open MPI has within the package. Do any of you guys have any testing programs that I should run to test if it really works? Thank you. Best regards, Xin