Hi,
I would like to start a single process without mpirun and then use
MPI_Comm_spawn to start up as many processes as required. I don't want the
parent process to take up any resources, so I tried to disconnect the inter
communicator and then finalize mpi and exit the parent. But as soon as I do
Hi,
my application crashes with
/shared/openmpi-1.6.1/intel/lib/libmpi.so.1(opal_memory_ptmalloc2_int_malloc+0x4b3)[0x7fbef40e1413]
/shared/openmpi-1.6.1/intel/lib/libmpi.so.1(opal_memory_ptmalloc2_int_memalign+0x8b)[0x7fbef40e494b]
/shared/openmpi-1.6.1/intel/lib/libmpi.so.1(opal_memory_ptmalloc2
Hi,
compiling 1.6.1 or 1.6.2 without enable-mpi-thread-multiple returns from
MPI_Init_thread as provided level MPI_THREAD_SINGLE. Is
enable-mpi-thread-multiple
required even for MPI_THREAD_FUNNELED/MPI_THREAD_SERIALIZED?
This question has been asked before:
http://www.open-mpi.org/community/lists
the OPAL and ORTE layers.", but that is not very
useful for a user. Also why is it not enabled by default?
Roland
>
> Brian
>
> On Tue, Jan 22, 2013 at 12:56 PM, Roland Schulz wrote:
> > Hi,
> >
> > compiling 1.6.1 or 1.6.2 without enable-mpi-thread-
Hi all,
is it possible to set MCA parameters from within the MPI program itself? The
FAQ only mentions how to set them through files or environment variables.
I would like to set coll_tuned_use_dynamic_rules and
coll_tuned_alltoall_algorithm.
I assume there is a function to do this in include/o