Re: [OMPI users] open mpi 1.8.6. MPI_T

2015-08-14 Thread Khalid Hasanov
. > > > >> >> >> >> > On Aug 14, 2015, at 1:50 PM, George Bosilca >> wrote: >> > >> > They are considered as control variables, so use the cvar version and >> you should get them. >> > >> > George. >> > >> > &g

[OMPI users] open mpi 1.8.6. MPI_T

2015-08-14 Thread Khalid Hasanov
Hello, I am trying to use MPI_T interface to set *coll_tuned_bcast_algorithm* mca parameter during run time, however I was not successful to do that. I wonder if is it currently supported in Open MPI. I had the same problem with setting *btl_self_eager_limit *parameter. The code I am using atta

Re: [OMPI users] Open MPI collectives algorithm selection

2015-05-21 Thread Khalid Hasanov
tor > size of zero for using the algorithm zero. In this case, the rule 0 will be > automatically the default until another one is matched. > > George. > > > On Wed, May 20, 2015 at 7:52 PM, Khalid Hasanov wrote: > >> George, >> >> Thank you for your ans

Re: [OMPI users] Open MPI collectives algorithm selection

2015-05-20 Thread Khalid Hasanov
> exclusive, you match them in the order defined by the configuration file > and you use the algorithm defined by the last matching rule. > > George. > > > On Tue, May 19, 2015 at 9:30 PM, Khalid Hasanov wrote: > >> Hi Gilles, >> >> Thank you a lot, it wor

Re: [OMPI users] Open MPI collectives algorithm selection

2015-05-19 Thread Khalid Hasanov
Thanks a lot, Gilles. On Wed, May 20, 2015 at 2:47 AM, Gilles Gouaillardet wrote: > Khalid, > > this is probably not the intended behavior, i will followup on the devel > mailing list. > > Thanks for reporting this > > Cheers, > > Gilles > > > On 5

Re: [OMPI users] Open MPI collectives algorithm selection

2015-05-19 Thread Khalid Hasanov
unicator size is >> greater than the first communicator in the config file then it seems to >> work correctly. At least I tested it for the case where communicator one >> had size 16 and second had 55. >> >> >> I used a development version of Open MPI (1.9.0a1). I forked

[OMPI users] Open MPI collectives algorithm selection

2015-05-19 Thread Khalid Hasanov
d second had 55. > > > I used a development version of Open MPI (1.9.0a1). I forked it into my > own github (https://github.com/khalid-hasanov/ompi) and I have attached > ompi_info outputs as well. > > I have added some printfs into coll_tuned_decision_dynamic.c file to > doubl

Re: [OMPI users] Open MPI collectives algorithm selection

2015-03-10 Thread Khalid Hasanov
gt; (abstraction violation, non portable, and you miss the some parameters) > > out of curiosity, what do you have in mind for (some_condition) ? > /* since it seems implicit (some_condition) is independant of communicator > size, and message size */ > > Cheers, > > Gilles >

[OMPI users] Open MPI collectives algorithm selection

2015-03-10 Thread Khalid Hasanov
Hello, I would like to know if Open MPI provides some kind of mechanism to select collective algorithms such as MPI broadcast during run time depending on some logic. For example, I would like to use something like this: if (some_condition) ompi_binomial_broadcast(...); else ompi_pipeline_broa