Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last replacement of qsort by std::sort.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 28 Jul 2017 09:07:28 +0000 (11:07 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 28 Jul 2017 12:52:38 +0000 (14:52 +0200)
commit345b6916a63cb79022342c2445d0f883ae0dfc5c
treecc9f44a9307610bc013ffcb2f9999cc934217f6b
parentae1d123508cf7ef1d7932ce0cecbd8945c062cfd
Last replacement of qsort by std::sort.

Note that the rankmap array in replaced by a std::vector<std::pair<int, int>>,
and that the two elements of the pair are reversed in order to be correclty
ordered by std::sort.
src/smpi/mpi/smpi_comm.cpp