[OMPI users] program stalls in __write_nocancel()

2008-11-05 Thread Peter Beerli
On some of my larger problems , my program stalls and does not continue (50 or more nodes, 'long' runs >5 hours). My program is set up as a master-worker and it seems that the master gets stuck in a write to stdout see gdb backtrace below (It took all day to get there on 50 nodes). the functi

Re: [OMPI users] Problem compiling OMPI with Intel C compiler on Mac OS X

2006-08-17 Thread Peter Beerli
Today I ran into the same problem as Warner Yuen (see thread below), openmpi does not compile with icc and fails with an error where libtool ask for --tag. The error is macosx specific. It occurs in the compile for xgrid in openmpi-1.1/orte/mca/pls/xgrid the Makefile fails; xgrid uses some

Re: [OMPI users] problem running Migrate with open-MPI

2006-02-13 Thread Peter Beerli
Dear Andy, you wrote that with openmpi: avierstr@muscorum:~> mpiexec --hostfile hostfile -np 1 migrate-n it does not work, but with lam-mpi avierstr@muscorum:~/thomas> mpiexec -np 2 migrate-n you started openmpi on only _one_ node, migrate needs at least _two_ nodes to run (as you did

Re: [O-MPI users] problem running Migrate with open-MPI

2006-02-08 Thread Peter Beerli
am for simulation purposes, but that would not be a typical use of the program that can distribute multiple genetic loci on multiple nodes and only having the master handling input and output (when compiled using configure; make mpis or configure;make mpi) Peter Peter Beerli, Computational Evolut