rajani's blog

compiling with lam mpi

|

We need libaio-devel along with libaio.

I have installed libaio-devl on desktop. Must install it on all other machines.

mpi on condor pool

|

Installed the rpm for lam version of MPI on all machines (ceviche, desktop2-5).

Had to install libaio-0.3.93-4.i386.rpm before that because of dependencies.

condor job remove

can remove condor job from queue using

condor_rm

condor job remove form queue

can remove condor job from queue using

condor_rm jobid

Condor pool setup with desktops

[textile]

We added 5 machines to the condor pool - desktop2-5 and ceviche.

The condor_status on nori shows up like this:

m1@ceviche.l LINUX INTEL Unclaimed Idle 0.000 851 0+00:09:00
vm2@ceviche.l LINUX INTEL Unclaimed Idle 0.000 851 0+00:05:05
vm3@ceviche.l LINUX INTEL Unclaimed Idle 0.000 851 0+00:45:06
vm4@ceviche.l LINUX INTEL Unclaimed Idle 0.000 851 0+00:45:07
vm1@desktop2. LINUX INTEL Owner Idle 0.000 851 0+00:15:13
vm2@desktop2. LINUX INTEL Unclaimed Idle 0.000 851 0+00:15:04
vm3@desktop2. LINUX INTEL Unclaimed Idle 0.000 851 0+00:15:05

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

Syndicate content