[OMPI users] Multiple definition of `malloc' and other symbols when doing static builds with mpif90

2006-12-13 Thread Dennis McRitchie
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

[OMPI users] Relocating an Installation

2006-12-13 Thread Allen Barnett
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

Re: [OMPI users] Pernode request

2006-12-13 Thread Ralph H Castain
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.

Re: [OMPI users] Pernode request

2006-12-13 Thread Maestas, Christopher Daniel
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

Re: [OMPI users] Pernode request

2006-12-13 Thread Ralph H Castain
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