Re: [OMPI devel] Restore OMPI_MCA_rmaps_base_oversubscribe or equivalent

2022-04-25 Thread Aurelien Bouteiller via devel
This option is still available under a new name in PRTE: `—map-by :oversubscribe` in parameter form `OMPI_MCA_rmaps_default_mapping_policy=:oversubscribe` in env form You can get more details using `prte_info —param all`: `MCA rmaps: parameter "rmaps_default_mapping_policy" (current value: ""

Re: [OMPI devel] === CREATE FAILURE ===

2007-12-07 Thread Aurelien Bouteiller
Herk, sorry about that. It did compile fine on my machine without adding the .h file to the makefile. I should have though about it. Aurelien Le 6 déc. 07 à 21:44, Tim Mattox a écrit : Thanks George. I've started a new trunk tarball creation. It should finish before MTT runs start tonight.

Re: [OMPI devel] Indirect calls to wait* and test*

2007-12-03 Thread Aurelien Bouteiller
same effect of these pointers also be effected by having a completion callback function pointer on the request? Or do you need more than that? On Nov 29, 2007, at 6:37 PM, Aurelien Bouteiller wrote: This patch introduces customisable wait/test for requests as discussed at the face-to-face ompi meeti

Re: [OMPI devel] Indirect calls to wait* and test*

2007-11-29 Thread Aurelien Bouteiller
ad safe accessors could be added to allow components to change the functions at anytime during execution and not only during MPI_Init/Finalize. Please make noise if you find this useful. If comments does not suggest extra work, I expect this code to be committed in trunk next week. Aurelien

Re: [OMPI devel] Create a new component (for btl)

2007-10-11 Thread Aurelien Bouteiller
anybody in that process. You also need to change names in makefile.am. The autogen.sh will do all the smart things and recognize and configure your new component. This is that simple :] Aurelien -- Aurelien Bouteiller, PhD Innovative Computing Laboratory - MPI group +1 865 974 6321 1122 Volunteer

[OMPI devel] Indirect calls to wait* and test*

2007-10-08 Thread Aurelien Bouteiller
stripping out grequest from critical path when they are not used. -- Aurelien Bouteiller, PhD Innovative Computing Laboratory - MPI group +1 865 974 6321 1122 Volunteer Boulevard Claxton Education Building Suite 350 Knoxville, TN 37996

Re: [OMPI devel] Malloc segfaulting?

2007-09-20 Thread Aurelien Bouteiller
This usually means something have been freed twice. Aurelien Le 20 sept. 07 à 09:02, Tim Prins a écrit : Hi folks, In our nightly runs with the trunk I have started seeing cases where we appear to be segfaulting within/below malloc. Below is a typical output. Note that this appears to o

Re: [OMPI devel] [devel-core] [RFC] Exit without finalize

2007-09-11 Thread Aurelien Bouteiller
Sounds great to me. Aurelien Le 11 sept. 07 à 13:03, Jeff Squyres a écrit : If you genericize the concept, I think it's compatible with FT: 1. during MPI_INIT, one of the MPI processes can request a "notify" exit pattern for the job: a process must notify the RTE before it actually exits (i.e.

Re: [OMPI devel] Adding a new component

2007-09-08 Thread Aurelien Bouteiller
Hi Sajjad, First it will depend wether you are writing a new component in an existing framework (let say you are writing a new BTL for a new type of interconnect) or a totally new framework (you want to have a family of component that can manage a totally new functionality in Open MPI). I

Re: [OMPI devel] [devel-core] [RFC] Exit without finalize

2007-09-08 Thread Aurelien Bouteiller
Le 6 sept. 07 à 09:27, Terry D. Dontje a écrit : Gleb Natapov wrote: On Thu, Sep 06, 2007 at 06:50:43AM -0600, Ralph H Castain wrote: WHAT: Decide upon how to handle MPI applications where one or more processes exit without calling MPI_Finalize WHY:Some applications can abort

Re: [OMPI devel] UD BTL alltoall hangs

2007-08-29 Thread Aurelien Bouteiller
You should try mpirun -np 2 -bynode totalview ./NPmpi Aurelien Le 29 août 07 à 13:05, Andrew Friedley a écrit : OK, I've never used totalview before. So doing some FAQ reading I got an xterm on an Atlas node (odin doesn't have totalview AFAIK). Trying a simple netpipe run just to get famil

Re: [OMPI devel] [RFC] New command line options to replace persistent daemon operations

2007-07-27 Thread Aurelien Bouteiller
I basically agree with Terry, even if your proposal would solve all the issue I currently face. I think we need to read the MPI2 standard to make sure we are not on the brink of breaking the standard. Aurelien On Jul 27, 2007, at 10:13 , Ralph Castain wrote: On 7/27/07 7:58 AM, "Terry

Re: [OMPI devel] Hostfiles - yet again

2007-07-26 Thread Aurelien Bouteiller
mpirun -hostfile big_pool -n 10 -host 1,2,3,4 application : -n 2 -host 99,100 ft_server This will not work: this is a way to launch MIMD jobs, that share the same COMM_WORLD. Not the way to launch two different applications that interact trough Accept/Connect. Direct consequence on simple NA

Re: [OMPI devel] Hostfiles - yet again

2007-07-26 Thread Aurelien Bouteiller
Ralph H Castain wrote: After some investigation, I'm afraid that I have to report that this - as far as I understand what you are doing - may no longer work in Open MPI in the future (and I'm pretty sure isn't working in the trunk today except [maybe] in the special case of hostfile - haven't ver

Re: [OMPI devel] Hostfiles - yet again

2007-07-25 Thread Aurelien Bouteiller
Hi Ralph and everyone, I just want to make sure the proposed usecases does not break one of the current open MPI feature I require. For FT purposes, I need to get some specific hosts (lets say with a better MTBF). Those hosts are not part of the MPI_COMM_WORLD but are used to deploy FT service

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

2007-07-20 Thread Aurelien Bouteiller
I know. This is the reason it was missing in the first commit. The problem is that because we wanted to make as little changes as possible to the original trunk, we designed the framework as a "PML" instead of a new framework (at the mca level). For that reason the autogen/configure mechanism

Re: [OMPI devel] Removal of cellid

2007-07-20 Thread Aurelien Bouteiller
Ralph H Castain wrote: This change has finally been merged into the trunk as r15517. It will unfortunately require an autogen (sorry). Please let me know if you encounter any problems. As noted in the commit, I tried to catch all the places that required change, but cannot guarantee that I got a

Re: [OMPI devel] Fancy ORTE/MPIRUN bugs

2007-04-25 Thread Aurelien Bouteiller
All bugs occur on Intel 32 bits architecture under Mac OS X using gcc 4.2 The other one occurs when running MPI program without mpirun As of r14440, I'm unable to replicate, but it could have been one of those getting lucky issues. Can you see if the problem is still occurring? Unfort

[OMPI devel] Fancy ORTE/MPIRUN bugs

2007-04-19 Thread Aurelien Bouteiller
Hi, I am experiencing several fancy bugs with ORTE. All bugs occur on Intel 32 bits architecture under Mac OS X using gcc 4.2. The tested version is todays trunk (it also have occured for at least three weeks) First occurs when compiling in "optimized" mode (aka configure --disable-debug --

[O-MPI devel] Autogen.sh issue when using autogen.subdirs

2005-08-30 Thread Aurelien Bouteiller
Hi, I am using autogen.subdirs files to make autogen.sh parse my subdirs. In each subdirs I have a configure.params file describing the Makefile to be build (as usual). The problem is that instead of adding the component to the variable in the toplevel configure, it creates a separate mca_no