Discussion:
Running a small test MPI job - advice wanted.
Maurice Hilarius
2008-04-03 17:39:45 UTC
Permalink
Yesterday I configured an installation server from the current
CentOS-X86_64 ISO
Went nicely.

Now, I am looking for a simple and easily installed MPI job to run for
testing, using current mpich.

This is really just for demo and testing purposes.

End results of the code are pretty irrelevant to us, we just need a test
program,
using mpich, to test over a smallish cluster for verification purposes..

Does anyone have a suggestion for what would be easy to get, easy to
install and configure, and run?

Thanks!
--
With our best regards,

//Maurice W. Hilarius Telephone: 01-780-456-9771/
/Hard Data Ltd. FAX: 01-780-456-9772/
/11060 - 166 Avenue email:***@harddata.com/
/Edmonton, AB, Canada http://www.harddata.com//
/ T5X 1Y3/
/
Mike Mazur
2008-04-08 08:15:25 UTC
Permalink
Hi Maurice,

On Thu, 03 Apr 2008 11:39:45 -0600
Post by Maurice Hilarius
Yesterday I configured an installation server from the current
CentOS-X86_64 ISO
Went nicely.
Good to hear!
Post by Maurice Hilarius
Now, I am looking for a simple and easily installed MPI job to run
for testing, using current mpich.
This is really just for demo and testing purposes.
End results of the code are pretty irrelevant to us, we just need a
test program,
using mpich, to test over a smallish cluster for verification
purposes..
Does anyone have a suggestion for what would be easy to get, easy to
install and configure, and run?
Have you taken a look at the HPC kit? It's rather large and includes
more than what you need but it will do what you need.

The HPC kit (minus the software packages) is in the Kusu SVN source
under src/kits/hpc. There you will find a sources/ subdirectory into
which you should drop the package files[1] (you might just want to grab
the arch you need).

Then run `buildkit make kit=.` while in the hpc directory. This will
generate an ISO you can then use to install the kit on your cluster as
described in [2].

[1] http://www.osgdc.org/pub/build/kits/hpc/sources/
[2] http://www.osgdc.org/confluence/display/KUSU/Kusu+Kits

HTH,
Mike
Maurice Hilarius
2008-04-08 16:40:54 UTC
Permalink
Post by Mike Mazur
..
Have you taken a look at the HPC kit? It's rather large and includes
more than what you need but it will do what you need.
Yes, we ended up using the linpack from that.

Thanks!
--
With our best regards,

//Maurice W. Hilarius Telephone: 01-780-456-9771/
/Hard Data Ltd. FAX: 01-780-456-9772/
/11060 - 166 Avenue email:***@harddata.com/
/Edmonton, AB, Canada http://www.harddata.com//
/ T5X 1Y3/
/
Loading...