Subject: Re: [OMPI users] A beginer's question
Hi,
You have to update the ldcache each time you add some .so files to the
directories it refers to. If you don't, any .so file you added since
system bootup will not be found (even if they are in the filesystem).
This is made by runnin
Hi,
You have to update the ldcache each time you add some .so files to the
directories it refers to. If you don't, any .so file you added since
system bootup will not be found (even if they are in the filesystem).
This is made by running ldconfig as root. If this does not solve your
probl
Dear OpenMPI group:
I am sorry about this newbie question, but, I was not able to find the
answer so far.
I compiled OpenMPI-1.2.5 from source on a OpenSUSE 10.3 64 bit OS.
Configure and installation seemed fine (using prefix=/usr/local). I
installed openmpi as root. But, when I ran a quick te