|
@@ -28,11 +28,11 @@
|
|
|
|
|
|
#ifdef STARPU_USE_FXT
|
|
#ifdef STARPU_USE_FXT
|
|
#define TRACE_MPI_BARRIER(rank, worldsize, key) \
|
|
#define TRACE_MPI_BARRIER(rank, worldsize, key) \
|
|
- FUT_DO_PROBE4(FUT_MPI_BARRIER, (rank), (worldsize), (key), syscall(SYS_gettid));
|
|
|
|
|
|
+ FUT_DO_PROBE4(FUT_MPI_BARRIER, (rank), (worldsize), (key), _starpu_gettid());
|
|
#define TRACE_MPI_ISEND(dest, mpi_tag, size) \
|
|
#define TRACE_MPI_ISEND(dest, mpi_tag, size) \
|
|
- FUT_DO_PROBE4(FUT_MPI_ISEND, (dest), (mpi_tag), (size), syscall(SYS_gettid));
|
|
|
|
|
|
+ FUT_DO_PROBE4(FUT_MPI_ISEND, (dest), (mpi_tag), (size), _starpu_gettid());
|
|
#define TRACE_MPI_IRECV_END(src, mpi_tag) \
|
|
#define TRACE_MPI_IRECV_END(src, mpi_tag) \
|
|
- FUT_DO_PROBE3(FUT_MPI_IRECV_END, (src), (mpi_tag), syscall(SYS_gettid));
|
|
|
|
|
|
+ FUT_DO_PROBE3(FUT_MPI_IRECV_END, (src), (mpi_tag), _starpu_gettid());
|
|
#define TRACE
|
|
#define TRACE
|
|
#else
|
|
#else
|
|
#define TRACE_MPI_BARRIER(a, b, c) do {} while(0);
|
|
#define TRACE_MPI_BARRIER(a, b, c) do {} while(0);
|