> Am 29.03.2018 um 09:58 schrieb Florian Lindner:
>> #define MPI_BOOL MPI_Select_unsigned_integer_datatype::datatype
>>
>> It redefines MPI_BOOL based on the size of bool. I wonder if this is needed
>> and why?
>>
>> I was speculating that the compiler could pack multiple bools in one word,
>>
Am 29.03.2018 um 09:58 schrieb Florian Lindner:
> #define MPI_BOOL MPI_Select_unsigned_integer_datatype::datatype
>
>
> It redefines MPI_BOOL based on the size of bool. I wonder if this is needed
> and why?
>
> I was speculating that the compiler could pack multiple bools in one word,
> when