When creating a static build of an MPI program, I get a number of fatal
error messages, as listed below. They are all regarding conflicts
between duplicate definitions and different sizes of malloc, free,
realloc, etc. for the RHEL4 and openmpi versions of these functions. I
could build openmpi wit
Hi:
There was a thread back in November started by Patrick Jessee about
relocating an installation after it was built (the subject was: removing
hard-coded paths from OpenMPI shared libraries). I guess I'm in the same
boat now. I would like to distribute our OpenMPI-based parallel solver;
but I ca
On 12/13/06 7:33 AM, "Maestas, Christopher Daniel"
wrote:
> Being consistent makes sense to me. Question though, if we set:
> ---
> OMPI_MCA_rmaps_base_schedule_policy=node
> ---
>
> Would that still map -npernode allocations on a bynode basis too? I
> think it should.
Sure! All the "-byno
Being consistent makes sense to me. Question though, if we set:
---
OMPI_MCA_rmaps_base_schedule_policy=node
---
Would that still map -npernode allocations on a bynode basis too? I
think it should.
What's funny is how the old mpirun w/ rsh or ssh from long ago in mpich,
used to basically map by
On 12/12/06 9:18 AM, "Maestas, Christopher Daniel"
wrote:
> Ralph,
>
> I figured I should of run an mpi program ...here's what it does (seems
> to be by-X-slot style):
> ---
> $ /apps/x86_64/system/mpiexec-0.82/bin/mpiexec -npernode 2 mpi_hello
> Hello, I am node an41 with rank 0
> Hello, I a