Find the answer to your Linux question:
Results 1 to 3 of 3
Hi All, I am new to these type of programming. Linux. and using Intel compiler. I have comiled my application successfully but its giving the below error while exuting. I ...
  1. #1
    Just Joined!
    Join Date
    Nov 2010
    Posts
    2

    Exclamation Error while executing MPI

    Hi All,

    I am new to these type of programming. Linux. and using Intel compiler.

    I have comiled my application successfully but its giving the below error while exuting.


    I am working on linux X86_64


    Please help thanks in advance.


    libibverbs: Fatal: couldn't read uverbs ABI version.
    open_hca: device mlx4_0 not found
    [0] DAPL provider is not found and fallback device is not enabled
    [unset]: aborting job:
    Fatal error in MPI_Init: Other MPI error, error stack:
    MPIR_Init_thread(283): Initialization failed
    MPIDD_Init(9.......: channel initialization failed
    MPIDI_CH3_Init(176)..: generic failure with errno = -1


    Looking for solution

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Need more information.

    1. What version of Red Hat Linux are you running (version + kernel).
    2. What version of MPI are you using?
    3. Did you try to resolve the libibverbs, open_hca, and DAPL problems first?
    4. What are the remote systems you are running MPI on that are part of this computing cluster?
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Nov 2010
    Posts
    2
    uname -a
    Linux 2.6.18-92.el5xen #1 SMP Tue Apr 29 13:31:30 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux


    mpicc -v

    mpigcc for the Intel(R) MPI Library 3.2 for Linux

    Did you try to resolve the libibverbs, open_hca, and DAPL problems first?
    Tried but not getting anything on the google.
    I found many such peoples facing the same problem but no solution.

    I am running on a single machine

    Thanks for ur reply.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...