Dear all,
I am trying to checkpoint an mpi application at specific points
in my program. So, i created a small function as follows:
void mychkpt()
{
system ("ompi-checkpoint -v `pidof mpirun`");
}
and I am calling it in my MPI application at specific points. e.g
##
pri
Brock and I talked about this on IM -- the preferred solution would be
to set the cluster nodes limits.conf to allow interactive logins to
have unlimited locked memory. That would fix the OFED issue.
On Aug 27, 2009, at 11:01 AM, Brock Palen wrote:
We have a case where we need to spwan man
Dear openmpi-ers,
I lately installed openmpi to run OpenFOAM 1.5 on our myrinet cluster. I
saw great performence improvements compared to openmpi 1.2.6, however it
is still little behind the commerical HPMPI.
Are there further tipps for fine-tuning the parameters to run mpirun
with for this specia
I've never tried it. You might want to attach and see where it's stuck.
On Aug 27, 2009, at 9:56 AM, Lenny Verkhovsky wrote:
Hi all,
Does OpenMPI support VMware ?
I am trying to run OpenMPI 1.3.3 on VMware and it got stacked during
OSU benchmarks and IMB.
looks like random deadlock, I wande
I'm building from todays svn co on an x86_64 centos 5
Linux 2.6.18-128.1.10.el5 #1 SMP
using
m4 (GNU M4) 1.4.13
automake (GNU automake) 1.11
autoconf (GNU Autoconf) 2.64
ltmain.sh (GNU libtool) 2.2.6
gcc (GCC) 4.3.2
and configured with
../configure --prefix=$HOME/openmpi --srcdir=.. --disable-mp
Jeff Squyres wrote:
On Aug 26, 2009, at 10:38 AM, Jeff Squyres (jsquyres) wrote:
Yes, this could cause blocking. Specifically, the receiver may not
advance any other senders until the matching Irecv is posted and is
able to make progress.
I should clarify something else here -- for long mess
We have a case where we need to spwan many (random) allocated MPI jobs
within the same PBS job. (I have talked to the user about changing
this behavior).
The code will work If I do:
pbsdsh -n $(($GROUP*$JOBSIZE-$JOBSIZE)) \
mpirun \
-wdir $PWD/$GROUP \
This e-mail probably will not help you too much, but I'm pretty sure
1.2.6 worked just fine as I ran a simple MPI program with OpenMPI 1.2.6
and Debian Etch on top of ESX 4 without issue.
Lenny Verkhovsky wrote:
Hi all,
Does OpenMPI support VMware ?
I am trying to run OpenMPI 1.3.3 on VMware a
On Tue, Aug 25, 2009 at 09:44:29PM +0530, Jayanta Roy wrote:
>
>Hi,
>I am using Openmpi (version 1.2.2) for MPI data transfer using
>non-blocking MPI calls like MPI_Isend, MPI_Irecv etc. I am using "--mca
>btl_tcp_if_include eth0,eth1" to use both the eth link for data
>transfe
Jean Potsam wrote:
Dear All,
I have installed openmpi 1.3.2 on one on the nodes of
our cluster and is running a simple helloword mpi program. The program
runs fine but I get a lot of unexpected messages in between the result.
##
jean@n06:
Hi all,
Does OpenMPI support VMware ?
I am trying to run OpenMPI 1.3.3 on VMware and it got stacked during OSU
benchmarks and IMB.
looks like random deadlock, I wander if anyone have ever tried it ?
thanks,
Lenny.
mostlike that you compiled MPI with --with-openib flag, but since there are
no openib devices avaliable on
n06 machine, you got an error.
you can "disable" this message by either recompilnig Open MPI without openib
flag, or by disabling openib btl
-mca btl ^openib
or
-mca btl sm,self,tcp
Lenny.
On
Dear All,
I have installed openmpi 1.3.2 on one on the nodes of our cluster
and is running a simple helloword mpi program. The program runs fine but I get
a lot of unexpected messages in between the result.
##
jean@n06:~/examples$ mpirun -n
13 matches
Mail list logo