Re: MPI



"Joe" <yelkster@xxxxxxxxx> writes:

I was just wondering how to use MPI with g95. I have 3 old I386
computers connected via 100mbps ethernet, and I was going to see if I
could run an MPI program. Can I use Windows 2k or do I need to use a
linux distribution? I also have access to 3 computers with SPARC
processors. Can these be used together with the I386's? Any help is
greatly appreciated.

windows, g95 and mpi should be fine, I use g95 with mpich2 on an XP
laptop and that seems to work well. sparc + i386 may be more tricky,
never tried that. I vagely remember seeing that e.g. LAM MPI has the
restriction that the data types must be of the same size, which could
give you trouble since your SPARC is probably 64bit, while i386 is
32bit. I guess you will need to use MPI of the same brand across the
machines. MPICH or LAM are good implementations.

Helge
.



Relevant Pages

  • Re: Resources for MPICH2
    ... FT-MPI supports heterogeneous systems, is scalable, ... create an MPI test app that works under windows, ... It was possible to have an MPI job running across diferrent CPU ... If you want to do it at all costs, then you might better use an IMPI ...
    (comp.parallel.mpi)
  • Re: MPICH (not MPICH2) on dual-core Opteron desktops under Microsoft XP
    ... installation and the application have been working fine on many Microsoft XP desktop systems, including dual-CPU Opteron. ... Error 32, process 0, host myhostname: ... I have never seen this file even under windows. ... attempt to run MPI. ...
    (comp.parallel.mpi)
  • Re: Resources for MPICH2
    ... It was possible to have an MPI job running across diferrent CPU architectures ... To my knowledge it was never possible to mix UNIX-like with Windows, ... a heterogenous cluster is a mess. ... If you want to do it at all costs, then you might better use an IMPI implementation. ...
    (comp.parallel.mpi)
  • Re: parallel fortran
    ... and the programmer is far more responsible for shifting ... MPI works naturally in a cluster environment, which tends to be *nix or linux-based, but is less likely to be an ideal choice in Windows. ...
    (comp.lang.fortran)
  • Re: using MPI on a single processor machine
    ... I started using MPI for a project and it turned out that I had to work ... LAM MPI and Intel MPI can do it for sure. ... implementations failed even before, with MPI::Init. ... the shared libraries used at runtime ...
    (comp.parallel.mpi)