Re: [OMPI users] tests for heterogenous installations?

2009-03-16 Thread Yury Tarasievich
Jeff Squyres wrote: On Mar 16, 2009, at 2:27 PM, Yury Tarasievich wrote: Well, no. What I would want is, say, MPI variation of "hello world" that Open MPI contains two test programs: "hello world" and "ring" in each of the 4 languages (C, C++, F77, F

Re: [OMPI users] tests for heterogenous installations?

2009-03-16 Thread Yury Tarasievich
Jeff Squyres wrote: On Mar 15, 2009, at 1:32 PM, Yury Tarasievich wrote: Could you please elaborate? I'm not experienced with MPI and I need to test a heterogenous installation, to see whether the computational task is actually broken down and computed in collaborative manner. It s

Re: [OMPI users] tests for heterogenous installations?

2009-03-15 Thread Yury Tarasievich
Could you please elaborate? I'm not experienced with MPI and I need to test a heterogenous installation, to see whether the computational task is actually broken down and computed in collaborative manner. Jeff Squyres wrote: Sorry for the late reply. Basically, any MPI application will do.

Re: [OMPI users] tests for heterogenous installations?

2009-03-05 Thread Yury Tarasievich
Bah, I should have been more precise in this: not just any old tests/benchmarks but recommended, reliable tests/benchmarks? Yury Tarasievich wrote: Are there any recommended tests/benchmarks for the heterogenous installations? I'd like to have something measuring the throughput of le

[OMPI users] tests for heterogenous installations?

2009-03-05 Thread Yury Tarasievich
Are there any recommended tests/benchmarks for the heterogenous installations? I'd like to have something measuring the throughput of lengthy computations, which would be executed on the installation with the heterogenous nodes. Thanks.

Re: [OMPI users] metahosts (like in MP-MPICH)

2009-03-04 Thread Yury Tarasievich
Jeff Squyres wrote: ... In general, you need both OMPI and your application compiled natively for each platform. One easy way to do this is to install Open MPI locally on each node in the same filesystem location (e.g., /opt/openmpi-). You also want exactly the same version of Open MPI on a

Re: [OMPI users] metahosts (like in MP-MPICH)

2009-03-04 Thread Yury Tarasievich
Jeff Squyres wrote: I'm not quite sure what an MP-MPICH meta host is. Open MPI allows you to specify multiple hosts in a hostfile and run a single MPI job across all of them, assuming they're connected by at least some common TCP network. What I need is one MPI job put for distributed compu

[OMPI users] metahosts (like in MP-MPICH)

2009-03-04 Thread Yury Tarasievich
Can't find this in FAQ... Can I create the metahost in OpenMPI (a la MP-MPICH), to execute the MPI application simultaneously on several physically different machines connected by TCP/IP? --