John,
Any progress on this?
John Ouellette wrote:
Hi Tim,
H, nope. I recompiled OpenMPI to produce the static libs, and even
recompiled my app statically, and received the same error messages.
If orted isn't starting on the compute nodes, is there any way I can debug
this to find out
On 2005-11-29 at 09:52, John Ouellette elucidated:
>
> ldd /usr/local/intel-libs/9.0/bin/orted
> /proc/self/fd/3: line 125: cat: command not found
>
ldd is a shell script and therefore there could be problems on bproc.
The shell script gets loaded into the process space and that is how it
is ac
Hi Tim,
H, nope. I recompiled OpenMPI to produce the static libs, and even
recompiled my app statically, and received the same error messages.
If orted isn't starting on the compute nodes, is there any way I can debug
this to find out where it is failing?
Actually, I just tried your su
Ooh... actually given it a go, eh?
On 2005-11-28 at 12:10, John Ouellette elucidated:
>
> Hi,
>
> I'm having problems with getting code (specifically ASC FLASH) to run on our
> bproc-based cluster using Open-MPI.
>
> Our cluster is based on bproc 4.0.0.pre8 and Linux 2.6.9 (vanilla) and we're
On Nov 28, 2005, at 1:44 PM, Tim S. Woodall wrote:
You need to specify both --enable-static and --disable-shared to do a
static
build (not sure why, perhaps someone else can fill us in on that)...
Just to tie this up for the web logs:
This is correct. If you don't --disable-shared, then *bo
Hello John,
You need to specify both --enable-static and --disable-shared to do a static
build (not sure why, perhaps someone else can fill us in on that)...
The logs indicate the launch is failing trying to start orted on the backend
node... probably due to shared library dependencies.
You mig
Hi,
I'm having problems with getting code (specifically ASC FLASH) to run on our
bproc-based cluster using Open-MPI.
Our cluster is based on bproc 4.0.0.pre8 and Linux 2.6.9 (vanilla) and we're
using Intel v9.0 compilers. OpenMPI compiles without errors on this setup.
I've attached a compress