Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
On some systems, sqrt(int) is not defined properly. On others its just implemented...
authorAugustin Degomme <adegomme@gmail.com>
Mon, 13 May 2019 08:26:16 +0000 (10:26 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Tue, 14 May 2019 10:03:50 +0000 (12:03 +0200)
commit34f9387eaac8b66b6f35293ee1aab7f2b7143ee2
tree764990714df04eb30a846616a2186ff9075dc72a
parent988d1c47d500a2dbeb914f703a8ce88e51336bd1
On some systems, sqrt(int) is not defined properly. On others its just implemented with a conversion to double.
src/smpi/colls/allgather/allgather-2dmesh.cpp
src/smpi/colls/alltoall/alltoall-2dmesh.cpp
src/smpi/mpi/smpi_topo.cpp