[OMPI devel] RFC: CRS Module for MTCP Checkpointing Package (Revised)

2011-10-12 Thread Alex Brick
WHAT: Bring in the mtcp CRS component WHY: Add support for the MTCP checkpoint/restart service WHERE: opal/mca/crs/mtcp TIMEOUT: Tuesday teleconf, 2011-10-18 (about 1 week from now) --- What is MTCP? MTCP (MultiThreaded CheckPointing; http://dmtcp.sourc

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r25270

2011-10-12 Thread Tim Mattox
All, If you wanted to speedup these routines for processors without __builtin_clz, there are a variety of variations in C to implement clz efficiently. See Hacker's Delight nlz (number of leading zeros): http://www.hackersdelight.org/HDcode/nlz.c.txt Or from my Ph.D. advisor's magic algorithm's pa

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r25248

2011-10-12 Thread George Bosilca
On Oct 11, 2011, at 16:56 , Ralph Castain wrote: > We actually have a number of modules that are allowed to terminate daemons, > so it really isn't that big a deal. However, I can agree that this code is > unnecessary so long as any code that calls route_lost remembers to also check > for daem

[OMPI devel] running OpenMPI examples on two hosts

2011-10-12 Thread Bhargava Ramu Kavati
Hi, I am using OpenMPI version 1.4.3 on CentOS5.4 machines (connected back to back using Infiniband HW) I am trying to run example apps in OpenMPI using the below command. "*mpirun --prefix /usr/local/ -np 2 --mca btl openib --mca btl_openib_cpc_include rdmacm -hostfile tmp_host_file ring_c*" Her

Re: [OMPI devel] running OpenMPI examples on two hosts

2011-10-12 Thread Ralph Castain
I believe the btl must include self - can't just be openib. So you need -mca btl self,openib, otherwise the proc cannot talk to itself. On Oct 12, 2011, at 12:46 PM, Bhargava Ramu Kavati wrote: > Hi, > I am using OpenMPI version 1.4.3 on CentOS5.4 machines (connected back to > back using Infin