Hi Cristobal

Does it run only on the head node alone?
(Fuego? Agua? Acatenango?)
Try to put only the head node on the hostfile and execute with mpiexec.
This may help sort out what is going on.
Hopefully it will run on the head node.

Also, do you have Infinband connecting the nodes?
The error messages refer to the openib btl (i.e. Infiniband),
and complains of
"perhaps a missing symbol, or compiled for a different
version of Open MPI?".
It sounds as a mixup of versions/builds.

Did you configure/build OpenMPI from source, or did you install
it with apt-get?
It may be easier/less confusing to install from source.
If you did, what configure options did you use?

Also, as for the OpenMPI runtime environment,
it is not enough to set it on
the command line, because it will be effective only on the head node.
You need to either add them to the PATH and LD_LIBRARY_PATH
on your .bashrc/.cshrc files (assuming these files and your home directory are *also* shared with the nodes via NFS), or use the --prefix option of mpiexec to point to the OpenMPI main directory.

Needless to say, you need to check and ensure that the OpenMPI directory (and maybe your home directory, and your work directory) is (are)
really mounted on the nodes.

I hope this helps,
Gus Correa


Cristobal Navarro wrote:
i compiled with absolute path in case:
fcluster@agua:~$ /opt/openmpi-1.4.2/bin/mpicc testMPI/hello.c -o testMPI/hola
fcluster@agua:~$ mpirun --hostfile myhostfile -np 5 testMPI/hola
[agua:03547] mca: base: component_find: unable to open /opt/openmpi-1.4.2/lib/openmpi/mca_btl_ofud: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored) [agua:03547] mca: base: component_find: unable to open /opt/openmpi-1.4.2/lib/openmpi/mca_btl_openib: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored) [agua:03548] mca: base: component_find: unable to open /opt/openmpi-1.4.2/lib/openmpi/mca_btl_ofud: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored) [agua:03548] mca: base: component_find: unable to open /opt/openmpi-1.4.2/lib/openmpi/mca_btl_openib: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored) [agua:03549] mca: base: component_find: unable to open /opt/openmpi-1.4.2/lib/openmpi/mca_btl_ofud: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored) [agua:03549] mca: base: component_find: unable to open /opt/openmpi-1.4.2/lib/openmpi/mca_btl_openib: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored) [agua:03550] mca: base: component_find: unable to open /opt/openmpi-1.4.2/lib/openmpi/mca_btl_ofud: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored) [agua:03550] mca: base: component_find: unable to open /opt/openmpi-1.4.2/lib/openmpi/mca_btl_openib: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored) [agua:03551] mca: base: component_find: unable to open /opt/openmpi-1.4.2/lib/openmpi/mca_btl_ofud: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored) [agua:03551] mca: base: component_find: unable to open /opt/openmpi-1.4.2/lib/openmpi/mca_btl_openib: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored)
--------------------------------------------------------------------------
mpirun noticed that process rank 4 with PID 3551 on node agua exited on signal 11 (Segmentation fault).
--------------------------------------------------------------------------

and it segfaulted. the machine stoped and threw many errors on its screen, cannot copy them because they didnt show in ssh.


On Tue, Jul 27, 2010 at 7:07 PM, Cristobal Navarro <axisch...@gmail.com <mailto:axisch...@gmail.com>> wrote:

    Thanks Gus,

    but i already had the paths

    fcluster@agua:~$ echo $PATH
    
/opt/openmpi-1.4.2/bin:/opt/cfc/sge/bin/lx24-amd64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    fcluster@agua:~$ echo $LD_LIBRARY_PATH
    /opt/openmpi-1.4.2/lib:
fcluster@agua:~$
    even weird, errors come sometimes from the master node (agua)


    On Tue, Jul 27, 2010 at 6:59 PM, Gus Correa <g...@ldeo.columbia.edu
    <mailto:g...@ldeo.columbia.edu>> wrote:

        Hi Cristobal

        Try using the --prefix option of mpiexec.
        "man mpiexec" is your friend!

        Alternatively, append the OpenMPI directories to your
        PATH *and* LD_LIBRARY_PATH on your .bashrc/.csrhc file
        See this FAQ:
        http://www.open-mpi.org/faq/?category=running#adding-ompi-to-path

        I hope it helps,
        Gus Correa

        Cristobal Navarro wrote:

            Hi,
            Even when executing a hello world openmpi, i get this error,
            which is then ignored.
            fcluster@fuego:~$ mpirun --hostfile myhostfile -np 5
            testMPI/hola [agua:02357] mca: base: component_find: unable
            to open /opt/openmpi-1.4.2/lib/openmpi/mca_btl_ofud: perhaps
            a missing symbol, or compiled for a different version of
            Open MPI? (ignored)
            [agua:02354] mca: base: component_find: unable to open
            /opt/openmpi-1.4.2/lib/openmpi/mca_btl_ofud: perhaps a
            missing symbol, or compiled for a different version of Open
            MPI? (ignored)
            [agua:02356] mca: base: component_find: unable to open
            /opt/openmpi-1.4.2/lib/openmpi/mca_btl_ofud: perhaps a
            missing symbol, or compiled for a different version of Open
            MPI? (ignored)
            [agua:02358] mca: base: component_find: unable to open
            /opt/openmpi-1.4.2/lib/openmpi/mca_btl_ofud: perhaps a
            missing symbol, or compiled for a different version of Open
            MPI? (ignored)
            [agua:02355] mca: base: component_find: unable to open
            /opt/openmpi-1.4.2/lib/openmpi/mca_btl_ofud: perhaps a
            missing symbol, or compiled for a different version of Open
            MPI? (ignored)
            [agua:02358] mca: base: component_find: unable to open
            /opt/openmpi-1.4.2/lib/openmpi/mca_btl_openib: perhaps a
            missing symbol, or compiled for a different version of Open
            MPI? (ignored)
            [agua:02355] mca: base: component_find: unable to open
            /opt/openmpi-1.4.2/lib/openmpi/mca_btl_openib: perhaps a
            missing symbol, or compiled for a different version of Open
            MPI? (ignored)
            [agua:02354] mca: base: component_find: unable to open
            /opt/openmpi-1.4.2/lib/openmpi/mca_btl_openib: perhaps a
            missing symbol, or compiled for a different version of Open
            MPI? (ignored)
            [agua:02356] mca: base: component_find: unable to open
            /opt/openmpi-1.4.2/lib/openmpi/mca_btl_openib: perhaps a
            missing symbol, or compiled for a different version of Open
            MPI? (ignored)
            [agua:02357] mca: base: component_find: unable to open
            /opt/openmpi-1.4.2/lib/openmpi/mca_btl_openib: perhaps a
            missing symbol, or compiled for a different version of Open
            MPI? (ignored)
            Process 3 on agua out of 5
            Process 4 on agua out of 5
            Process 1 on agua out of 5
            Process 2 on agua out of 5
            Process 0 on agua out of 5


            /opt/openmpi-1.4.2/ is shared through NFS.

            master node did had an older openmpi version before
            installing 1.4.2, but i removed them all with
            sudo apt-get --purge remove libopenmpi1 libopenmpi-dev
            openmpi-bin openmpi-dev openmpi-common
            i checked for /usr/lib64/openmpi   and for  /usr/lib/openmpi
              and deleted them.

            however, when compiling again i keep getting this error,
            something must be remaining from the older version of
            openmpi, but i really dont know where that remaining could be.
            any help, welcome
            
------------------------------------------------------------------------

            _______________________________________________
            users mailing list
            us...@open-mpi.org <mailto:us...@open-mpi.org>
            http://www.open-mpi.org/mailman/listinfo.cgi/users


        _______________________________________________
        users mailing list
        us...@open-mpi.org <mailto:us...@open-mpi.org>
        http://www.open-mpi.org/mailman/listinfo.cgi/users




------------------------------------------------------------------------

_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users

Reply via email to