MPICH-G2

Solving incompatabilities between different MPI versions

| |

www.gup.uni-linz.ac.at/pvmmpi2002/talks/gropp2.pdf

MPICH-G2 passing messages to different clusters

| |

http://beowulf.lcs.mit.edu/18.337-2002/projects-2002/dean/final_report.txt

We are talking about whether we can use MPICH-G2 to pass messages to nodes of different clusters.

The above link is related to that.

another interesting discussion on MPICH-G2 and mpif90 with globus

| |

http://www-unix.globus.org/mail_archive/discuss/2002/06/msg00003.html

Useful link to build fortran compilers with MPICH-G2

| |

Useful link to build fortran compilers with MPICH-G2

http://www.cvc.mun.ca/software/mpich-g2/mpichman-globus2/node36.htm

building MPICH-G2 with fortran 90

| |

We found that F90 compilers were missing in our fortran 90. Wen we tried to rebuild with the --enable-f90 option it said that the f90 compilers were missing (although they were included in the path variable).

This link provides the solution on how to add the F90 compilers to the env.

http://www-unix.globus.org/mail_archive/mpich-g/2003/09/msg00012.html

Fortran MPI programs run with MPICH-G2

| |

I ran sample Fortran MPI programs (Fortran77) on medusa and proc1 using MPICH-G2. The programs are simple hello world and matrix programs.
They were compiled using MPICH-G2s mpif77 compiler. We apparently dont have an mpif90 compiler. Could some one comment on how to get Fortran90 code running.

RSL creation problem to run MPICH-G2 on condor pool

| |

I am having problems in creating an RSL for running MPICH-G2 programs on the condor pool.

This is a link from globus mailing list that describes a similar problem with PBS and its solution.

It might be something to look at:

http://www-unix.globus.org/mail_archive/discuss/2002/08/msg00149.html

Nova Ahmed program of GSU

|

We are able to run the program provided by Nova Ahmed of GSU on 3 differenet machines
proc1, nori, and thing2 using MPICH-G2.

Once medusa is up we will try check to see why MPICH-G2 is not running on it.

mpich-g2 issue

|

It looks like if one wants to run the mpi program on more than one machine, the only way to do is to create a RSL.

The reason is it looks for the LD_LIBRARY_PATH.

If this path is different for the other machines from the machine it is running on it is not able to find it.

Do not know why it cannot get from $GLOBUS_LOCATION and LD_LIBRARY_PATH already set on the machines.

MPICH-G2 able to run on 3 machines

|

We were able to get the MPICH-G2 test program running from proc1 on 3 different machines - thing2, nori, and proc1.

On Medusa it is not running because of a missing library libglobus_duroc_bootstrap_gcc32.so.0

We are going to install globus 3.2 and check with it.

Syndicate content