13#ifndef ARCANE_STD_INTERNAL_OTF2MPIPROFILING_H
14#define ARCANE_STD_INTERNAL_OTF2MPIPROFILING_H
19#include "arccore/collections/CollectionsGlobal.h"
20#include "arccore/message_passing/Request.h"
21#include "arccore/message_passing_mpi/internal/IMpiProfiling.h"
22#include "arccore/message_passing_mpi/internal/MessagePassingMpiEnum.h"
23#include "arcane/std/internal/Otf2LibWrapper.h"
30using namespace MessagePassing::Mpi;
46 using ReturnType = void;
54 ReturnType
broadcast(
void* buffer,
int count, MPI_Datatype datatype,
int root, MPI_Comm comm)
final;
56 ReturnType
gather(
const void* sendbuf,
int sendcount, MPI_Datatype sendtype,
void* recvbuf,
57 int recvcount, MPI_Datatype recvtype,
int root, MPI_Comm comm)
final;
59 ReturnType
gatherVariable(
const void* sendbuf,
int sendcount, MPI_Datatype sendtype,
void* recvbuf,
60 const int* recvcounts,
const int* displs, MPI_Datatype recvtype,
int root, MPI_Comm comm)
final;
62 ReturnType
allGather(
const void* sendbuf,
int sendcount, MPI_Datatype sendtype,
void* recvbuf,
63 int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
final;
65 ReturnType
allGatherVariable(
const void* sendbuf,
int sendcount, MPI_Datatype sendtype,
void* recvbuf,
66 const int* recvcounts,
const int* displs, MPI_Datatype recvtype, MPI_Comm comm)
final;
68 ReturnType
scatterVariable(
const void* sendbuf,
const int* sendcounts,
const int* displs,
69 MPI_Datatype sendtype,
void* recvbuf,
int recvcount, MPI_Datatype recvtype,
70 int root, MPI_Comm comm)
final;
72 ReturnType
allToAll(
const void* sendbuf,
int sendcount, MPI_Datatype sendtype,
void* recvbuf,
73 int recvcount, MPI_Datatype recvtype, MPI_Comm comm)
final;
75 ReturnType
allToAllVariable(
const void* sendbuf,
const int* sendcounts,
const int* sdispls,
76 MPI_Datatype sendtype,
void* recvbuf,
const int* recvcounts,
77 const int* rdispls, MPI_Datatype recvtype, MPI_Comm comm)
final;
79 ReturnType
barrier(MPI_Comm comm)
final;
81 ReturnType
reduce(
const void* sendbuf,
void* recvbuf,
int count, MPI_Datatype datatype,
82 MPI_Op op,
int root, MPI_Comm comm)
final;
84 ReturnType
allReduce(
const void* sendbuf,
void* recvbuf,
int count, MPI_Datatype datatype,
85 MPI_Op op, MPI_Comm comm)
final;
87 ReturnType
scan(
const void* sendbuf,
void* recvbuf,
int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
final;
89 ReturnType
sendRecv(
const void* sendbuf,
int sendcount, MPI_Datatype sendtype,
int dest,
90 int sendtag,
void* recvbuf,
int recvcount, MPI_Datatype recvtype,
91 int source,
int recvtag, MPI_Comm comm, MPI_Status* status)
final;
93 ReturnType
iSend(
const void* buf,
int count, MPI_Datatype datatype,
int dest,
int tag,
94 MPI_Comm comm, MPI_Request* request)
final;
96 ReturnType
send(
const void* buf,
int count, MPI_Datatype datatype,
int dest,
int tag, MPI_Comm comm)
final;
98 ReturnType
iRecv(
void* buf,
int count, MPI_Datatype datatype,
int source,
int tag,
99 MPI_Comm comm, MPI_Request* request)
final;
101 ReturnType
recv(
void* buf,
int count, MPI_Datatype datatype,
int source,
int tag, MPI_Comm comm, MPI_Status* status)
final;
103 ReturnType
test(MPI_Request* request,
int* flag, MPI_Status* status)
final;
105 ReturnType
probe(
int source,
int tag, MPI_Comm comm, MPI_Status* status)
final;
107 ReturnType
getCount(
const MPI_Status* status, MPI_Datatype datatype,
int* count)
final;
109 ReturnType
wait(MPI_Request* request, MPI_Status* status)
final;
111 ReturnType
waitAll(
int count, MPI_Request array_of_requests[], MPI_Status array_of_statuses[])
final;
113 ReturnType
testSome(
int incount, MPI_Request array_of_requests[],
int* outcount,
114 int array_of_indices[], MPI_Status array_of_statuses[])
final;
116 ReturnType
waitSome(
int incount, MPI_Request array_of_requests[],
int* outcount,
117 int array_of_indices[], MPI_Status array_of_statuses[])
final;
123 void _doEventEnter(eMpiName event_name);
124 void _doEventLeave(eMpiName event_name);
125 ReturnType _ret(
int r)
const
127 return (ReturnType)(r);
Déclarations des types de la composante 'base' de Arccore.
Classe d'encapsulation des fonctions de la librairie OTF2.
ReturnType allGatherVariable(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype, MPI_Comm comm) final
MPI_Allgatherv.
ReturnType allGather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) final
MPI_Allgather.
ReturnType waitAll(int count, MPI_Request array_of_requests[], MPI_Status array_of_statuses[]) final
MPI_Waitall.
ReturnType testSome(int incount, MPI_Request array_of_requests[], int *outcount, int array_of_indices[], MPI_Status array_of_statuses[]) final
MPI_Testsome.
ReturnType probe(int source, int tag, MPI_Comm comm, MPI_Status *status) final
MPI_Probe.
Otf2MpiProfiling(Otf2LibWrapper *otf2_wrapper)
Constructeur.
ReturnType barrier(MPI_Comm comm) final
MPI_Barrier.
ReturnType sendRecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) final
MPI_Sendrecv.
ReturnType recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) final
MPI_recv.
ReturnType reduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) final
MPI_Reduce.
ReturnType scatterVariable(const void *sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) final
MPI_Scatterv.
ReturnType allToAllVariable(const void *sendbuf, const int *sendcounts, const int *sdispls, MPI_Datatype sendtype, void *recvbuf, const int *recvcounts, const int *rdispls, MPI_Datatype recvtype, MPI_Comm comm) final
MPI_Alltoallv.
ReturnType allToAll(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) final
MPI_Alltoall.
ReturnType gatherVariable(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype, int root, MPI_Comm comm) final
MPI_Gatherv.
ReturnType scan(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) final
MPI_Scan.
ReturnType waitSome(int incount, MPI_Request array_of_requests[], int *outcount, int array_of_indices[], MPI_Status array_of_statuses[]) final
MPI_Waitsome.
ReturnType getCount(const MPI_Status *status, MPI_Datatype datatype, int *count) final
MPI_Get_count.
ReturnType broadcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) final
MPI_Bcast.
ReturnType gather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) final
MPI_Gather.
ReturnType wait(MPI_Request *request, MPI_Status *status) final
MPI_Wait.
ReturnType test(MPI_Request *request, int *flag, MPI_Status *status) final
MPI_Test.
ReturnType send(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) final
MPI_Send.
ReturnType allReduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) final
MPI_Allreduce.
ReturnType iSend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) final
MPI_Isend.
ReturnType iRecv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request *request) final
MPI_Irecv.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-