.
>
>
>
>>
>>
>>
>> > 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
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
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
> 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
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
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
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
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
>
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