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
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
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.
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
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.
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
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
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?
--