]> git.sesse.net Git - stockfish/commit
[cluster] avoid creating MPI data type.
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 7 Dec 2018 17:29:36 +0000 (18:29 +0100)
committerStéphane Nicolet <stephanenicoletsuriphone@gmail.com>
Sat, 29 Dec 2018 14:34:56 +0000 (15:34 +0100)
commit1cd2c7861a1fd18d7a322911d3138da233603278
treea92b0ab0f74b873670900cd1d47b8f53389c5bc4
parent7af3f4da7af1383b38c0531e4188c3ebb1a8ea1a
[cluster] avoid creating MPI data type.

there is no need to make an MPI data type for the sendbuffer, simpler and faster.

No functional change
src/cluster.cpp