Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] LIB_SHARED
- Date: Fri, 8 Apr 2011 23:41:11 +0200
- From: Javier Macias-Guarasa <macias@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] LIB_SHARED
On Fri, Apr 08, 2011 at 12:12:58PM -0300, marcus ricardo wrote:
> When I run my parallel job, the errfile shows the following:
>
> condor_exec.exe: error while loading shared libraries: libmpi.so.0: cannot
> open shared object file: No such file or directory
>
> Any suggestions?
Check:
1. If the corresponding mpi shared libraries are installed in *all*
the hosts your job may run (specifically in the host your job
reporting the error has been sent to).
2. If 1 is true, check if the library is in a "standard"
directory. If not, make sure LD_LIBRARY_PATH includes this
non-standard path.
Javi