hpcg-benchmark / hpcg

Official HPCG benchmark source code
http://www.hpcg-benchmark.org/
BSD 3-Clause "New" or "Revised" License
298 stars 125 forks source link

std::map type unmatched in SetupHalo_ref.cpp #50

Closed huanghua1994 closed 5 years ago

huanghua1994 commented 6 years ago

In SetupHalo_ref.cpp, the definition of externalToLocalMap is std::map<local_int_t, local_int_t>. However, line 147 and 152 use aglobal_int_tas the key of the map.externalToLocalMapshould bestd::map<global_int_t, local_int_t>`

luszczek commented 5 years ago

Fixed by 134fe80c702f881ffe8a83ba6c8bf6a6d1849253