Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define class SmpiBenchGuard, and use RAII to handle smpi_bench_end()/smpi_bench_begin().
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 2 Jun 2021 08:15:28 +0000 (10:15 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 2 Jun 2021 09:37:14 +0000 (11:37 +0200)
commit6e7cd3b98b151c28f744e0a778d7efb82e076c38
tree7201fdb245b7f051cbef316d1e8b5238af1166c1
parent0d39fe22fa68344d00c93a2bbc0af4ce11c32191
Define class SmpiBenchGuard, and use RAII to handle smpi_bench_end()/smpi_bench_begin().
src/smpi/bindings/smpi_pmpi.cpp
src/smpi/bindings/smpi_pmpi_coll.cpp
src/smpi/bindings/smpi_pmpi_comm.cpp
src/smpi/bindings/smpi_pmpi_file.cpp
src/smpi/bindings/smpi_pmpi_request.cpp
src/smpi/bindings/smpi_pmpi_win.cpp
src/smpi/include/private.hpp
src/smpi/internals/smpi_bench.cpp
src/smpi/plugins/ampi/ampi.cpp