[mvapich-discuss] Re: [openfabrics-ewg] Announcing the release of MVAPICH2 0.9.8 with Checkpoint/Restart, iWARP, RDMA CM-based connection manageme

Sundeep Narravula narravul at cse.ohio-state.edu
Tue Nov 14 08:01:37 EST 2006


Hi David,

The error you are seeing is due to the fact that the librdmacm.so
library is not found by default in your environment. You need to have the
following variable set for this.

export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Regards,
  --Sundeep.

On Tue, 14 Nov 2006, david elsen wrote:

> Sundeep, Yes, I updated my system to get the g77 compiler. I did not
> need it but I updated it anyway. Now I can build the MVAPICH2, but it
> gives me some error while trying to run it.
>
> Please see the following:
> [root at ammasso1 bin]# ./mpdtrace
> /root/0.9.8-RELEASE/bin/mpdroot: error while loading shared libraries: librdmacm.so: cannot open shared object file: No such file or directory
> mpdtrace: mpd_uncaught_except_tb handling:
>   exceptions.TypeError: not all arguments converted during string formatting
>     /root/0.9.8-RELEASE/bin/mpdlib.py  899  __init__
>         mpd_print(1,'forked process failed; status=' % status)
>     ./mpdtrace  46  mpdtrace
>         conSock = MPDConClientSock(mpdroot=mpdroot,secretword=parmdb['MPD_SECRETWORD'])
>     ./mpdtrace  83  ?
>         mpdtrace()
> [root at ammasso1 bin]#
> [root at ammasso1 bin]#
> [root at ammasso1 bin]# ./mpiexec -n 1 ./cpi
> /root/0.9.8-RELEASE/bin/mpdroot: error while loading shared libraries: librdmacm.so: cannot open shared object file: No such file or directory
> mpiexec_ammasso1: mpd_uncaught_except_tb handling:
>   exceptions.TypeError: not all arguments converted during string formatting
>     /root/0.9.8-RELEASE/bin/mpdlib.py  899  __init__
>         mpd_print(1,'forked process failed; status=' % status)
>     ./mpiexec  231  mpiexec
>         conSock = MPDConClientSock(mpdroot=mpdroot,secretword=parmdb['MPD_SECRETWORD'])
>     ./mpiexec  1509  ?
>         mpiexec()
> [root at ammasso1 bin]#
>
>
>
> Sundeep Narravula <narravul at cse.ohio-state.edu> wrote: Hi David,
>
>   Your environment does not have a g77 compiler. You need to either make
> sure you have that on your system or you can disable that option through
> the --disable-f77 and --disable-f90 options in the configure command.
> Please refer to the output of ./configure --help for details on these
> options.
>
> Regards,
>   --Sundeep.
>




More information about the mvapich-discuss mailing list