Hi everyone,
Recently I need to compile High-Performance Linpack code with openmpi 1.2
version (a little bit old). When I finish compilation, and try to run, I
get the following errors:
[test:32058] *** Process received signal ***
[test:32058] Signal: Segmentation fault (11)
[test:32058] Signal co
That's actually failing in a shared memory section of the code.
But to answer your question, yes, Open MPI 1.2 did have IB support.
That being said, I have no idea what would cause this shared memory segv --
it's quite possible that it's simple bit rot (i.e., v1.2.9 was released 9 years
ago --
Hi Jeff,
Thank you for your reply. I just changed to another cluster which does not
have infiniband. I ran the HPL by:
mpirun *--mca btl tcp,self* -np 144 --hostfile /root/research/hostfile
./xhpl
It ran successfully, but if I delete "--mca btl tcp,self", it cannot run
again. So I doubt whether op
I'm sorry; I can't help debug a version from 9 years ago. The best suggestion
I have is to use a modern version of Open MPI.
Note, however, your use of "--mca btl ..." is going to have the same meaning
for all versions of Open MPI. The problem you showed in the first mail was
with the shared
Thank you.
I am using newest version HPL.
I forgot to say I can run HPL with openmpi-3.0 under infiniband. The reason
I want to use old version is I need to compile a library that only supports
old version openmpi, so I am trying to do this tricky job. Anyways, thank
you for your reply Jeff, have a