Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Elsa Gonsiorowski
codes
Commits
7e9a5694
Commit
7e9a5694
authored
Jul 07, 2015
by
Jonathan Jenkins
Browse files
rename default dumpi event callback to be more accurate
handleDUMPIGeneric->handleDUMPIIgnore
parent
700f9260
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/workload/methods/codes-dumpi-trace-nw-wrkld.c
View file @
7e9a5694
...
@@ -211,7 +211,7 @@ static int handleDUMPIInit(
...
@@ -211,7 +211,7 @@ static int handleDUMPIInit(
return
0
;
return
0
;
}
}
int
handleDUMPI
Generic
(
const
void
*
prm
,
uint16_t
thread
,
const
dumpi_time
*
cpu
,
const
dumpi_time
*
wall
,
const
dumpi_perfinfo
*
perf
,
void
*
uarg
)
int
handleDUMPI
Ignore
(
const
void
*
prm
,
uint16_t
thread
,
const
dumpi_time
*
cpu
,
const
dumpi_time
*
wall
,
const
dumpi_perfinfo
*
perf
,
void
*
uarg
)
{
{
rank_mpi_context
*
myctx
=
(
rank_mpi_context
*
)
uarg
;
rank_mpi_context
*
myctx
=
(
rank_mpi_context
*
)
uarg
;
...
@@ -566,57 +566,57 @@ int dumpi_trace_nw_workload_load(const char* params, int app_id, int rank)
...
@@ -566,57 +566,57 @@ int dumpi_trace_nw_workload_load(const char* params, int app_id, int rank)
callbacks
.
on_irecv
=
(
dumpi_irecv_call
)
handleDUMPIIRecv
;
callbacks
.
on_irecv
=
(
dumpi_irecv_call
)
handleDUMPIIRecv
;
callbacks
.
on_allreduce
=
(
dumpi_allreduce_call
)
handleDUMPIAllreduce
;
callbacks
.
on_allreduce
=
(
dumpi_allreduce_call
)
handleDUMPIAllreduce
;
callbacks
.
on_bcast
=
(
dumpi_bcast_call
)
handleDUMPIBcast
;
callbacks
.
on_bcast
=
(
dumpi_bcast_call
)
handleDUMPIBcast
;
callbacks
.
on_get_count
=
(
dumpi_get_count_call
)
handleDUMPI
Generic
;
callbacks
.
on_get_count
=
(
dumpi_get_count_call
)
handleDUMPI
Ignore
;
callbacks
.
on_bsend
=
(
dumpi_bsend_call
)
handleDUMPI
Generic
;
callbacks
.
on_bsend
=
(
dumpi_bsend_call
)
handleDUMPI
Ignore
;
callbacks
.
on_ssend
=
(
dumpi_ssend_call
)
handleDUMPI
Generic
;
callbacks
.
on_ssend
=
(
dumpi_ssend_call
)
handleDUMPI
Ignore
;
callbacks
.
on_rsend
=
(
dumpi_rsend_call
)
handleDUMPI
Generic
;
callbacks
.
on_rsend
=
(
dumpi_rsend_call
)
handleDUMPI
Ignore
;
callbacks
.
on_buffer_attach
=
(
dumpi_buffer_attach_call
)
handleDUMPI
Generic
;
callbacks
.
on_buffer_attach
=
(
dumpi_buffer_attach_call
)
handleDUMPI
Ignore
;
callbacks
.
on_buffer_detach
=
(
dumpi_buffer_detach_call
)
handleDUMPI
Generic
;
callbacks
.
on_buffer_detach
=
(
dumpi_buffer_detach_call
)
handleDUMPI
Ignore
;
callbacks
.
on_ibsend
=
(
dumpi_ibsend_call
)
handleDUMPI
Generic
;
callbacks
.
on_ibsend
=
(
dumpi_ibsend_call
)
handleDUMPI
Ignore
;
callbacks
.
on_issend
=
(
dumpi_issend_call
)
handleDUMPI
Generic
;
callbacks
.
on_issend
=
(
dumpi_issend_call
)
handleDUMPI
Ignore
;
callbacks
.
on_irsend
=
(
dumpi_irsend_call
)
handleDUMPI
Generic
;
callbacks
.
on_irsend
=
(
dumpi_irsend_call
)
handleDUMPI
Ignore
;
callbacks
.
on_wait
=
(
dumpi_wait_call
)
handleDUMPIWait
;
callbacks
.
on_wait
=
(
dumpi_wait_call
)
handleDUMPIWait
;
callbacks
.
on_test
=
(
dumpi_test_call
)
handleDUMPI
Generic
;
callbacks
.
on_test
=
(
dumpi_test_call
)
handleDUMPI
Ignore
;
callbacks
.
on_request_free
=
(
dumpi_request_free_call
)
handleDUMPI
Generic
;
callbacks
.
on_request_free
=
(
dumpi_request_free_call
)
handleDUMPI
Ignore
;
callbacks
.
on_waitany
=
(
dumpi_waitany_call
)
handleDUMPIWaitany
;
callbacks
.
on_waitany
=
(
dumpi_waitany_call
)
handleDUMPIWaitany
;
callbacks
.
on_testany
=
(
dumpi_testany_call
)
handleDUMPI
Generic
;
callbacks
.
on_testany
=
(
dumpi_testany_call
)
handleDUMPI
Ignore
;
callbacks
.
on_waitall
=
(
dumpi_waitall_call
)
handleDUMPIWaitall
;
callbacks
.
on_waitall
=
(
dumpi_waitall_call
)
handleDUMPIWaitall
;
callbacks
.
on_testall
=
(
dumpi_testall_call
)
handleDUMPI
Generic
;
callbacks
.
on_testall
=
(
dumpi_testall_call
)
handleDUMPI
Ignore
;
callbacks
.
on_waitsome
=
(
dumpi_waitsome_call
)
handleDUMPIWaitsome
;
callbacks
.
on_waitsome
=
(
dumpi_waitsome_call
)
handleDUMPIWaitsome
;
callbacks
.
on_testsome
=
(
dumpi_testsome_call
)
handleDUMPI
Generic
;
callbacks
.
on_testsome
=
(
dumpi_testsome_call
)
handleDUMPI
Ignore
;
callbacks
.
on_iprobe
=
(
dumpi_iprobe_call
)
handleDUMPI
Generic
;
callbacks
.
on_iprobe
=
(
dumpi_iprobe_call
)
handleDUMPI
Ignore
;
callbacks
.
on_probe
=
(
dumpi_probe_call
)
handleDUMPI
Generic
;
callbacks
.
on_probe
=
(
dumpi_probe_call
)
handleDUMPI
Ignore
;
callbacks
.
on_cancel
=
(
dumpi_cancel_call
)
handleDUMPI
Generic
;
callbacks
.
on_cancel
=
(
dumpi_cancel_call
)
handleDUMPI
Ignore
;
callbacks
.
on_test_cancelled
=
(
dumpi_test_cancelled_call
)
handleDUMPI
Generic
;
callbacks
.
on_test_cancelled
=
(
dumpi_test_cancelled_call
)
handleDUMPI
Ignore
;
callbacks
.
on_send_init
=
(
dumpi_send_init_call
)
handleDUMPI
Generic
;
callbacks
.
on_send_init
=
(
dumpi_send_init_call
)
handleDUMPI
Ignore
;
callbacks
.
on_bsend_init
=
(
dumpi_bsend_init_call
)
handleDUMPI
Generic
;
callbacks
.
on_bsend_init
=
(
dumpi_bsend_init_call
)
handleDUMPI
Ignore
;
callbacks
.
on_ssend_init
=
(
dumpi_ssend_init_call
)
handleDUMPI
Generic
;
callbacks
.
on_ssend_init
=
(
dumpi_ssend_init_call
)
handleDUMPI
Ignore
;
callbacks
.
on_rsend_init
=
(
dumpi_rsend_init_call
)
handleDUMPI
Generic
;
callbacks
.
on_rsend_init
=
(
dumpi_rsend_init_call
)
handleDUMPI
Ignore
;
callbacks
.
on_recv_init
=
(
dumpi_recv_init_call
)
handleDUMPI
Generic
;
callbacks
.
on_recv_init
=
(
dumpi_recv_init_call
)
handleDUMPI
Ignore
;
callbacks
.
on_start
=
(
dumpi_start_call
)
handleDUMPI
Generic
;
callbacks
.
on_start
=
(
dumpi_start_call
)
handleDUMPI
Ignore
;
callbacks
.
on_startall
=
(
dumpi_startall_call
)
handleDUMPI
Generic
;
callbacks
.
on_startall
=
(
dumpi_startall_call
)
handleDUMPI
Ignore
;
callbacks
.
on_sendrecv
=
(
dumpi_sendrecv_call
)
handleDUMPI
Generic
;
callbacks
.
on_sendrecv
=
(
dumpi_sendrecv_call
)
handleDUMPI
Ignore
;
callbacks
.
on_sendrecv_replace
=
(
dumpi_sendrecv_replace_call
)
handleDUMPI
Generic
;
callbacks
.
on_sendrecv_replace
=
(
dumpi_sendrecv_replace_call
)
handleDUMPI
Ignore
;
callbacks
.
on_type_contiguous
=
(
dumpi_type_contiguous_call
)
handleDUMPI
Generic
;
callbacks
.
on_type_contiguous
=
(
dumpi_type_contiguous_call
)
handleDUMPI
Ignore
;
callbacks
.
on_barrier
=
(
dumpi_barrier_call
)
handleDUMPI
Generic
;
callbacks
.
on_barrier
=
(
dumpi_barrier_call
)
handleDUMPI
Ignore
;
callbacks
.
on_gather
=
(
dumpi_gather_call
)
handleDUMPI
Generic
;
callbacks
.
on_gather
=
(
dumpi_gather_call
)
handleDUMPI
Ignore
;
callbacks
.
on_gatherv
=
(
dumpi_gatherv_call
)
handleDUMPI
Generic
;
callbacks
.
on_gatherv
=
(
dumpi_gatherv_call
)
handleDUMPI
Ignore
;
callbacks
.
on_scatter
=
(
dumpi_scatter_call
)
handleDUMPI
Generic
;
callbacks
.
on_scatter
=
(
dumpi_scatter_call
)
handleDUMPI
Ignore
;
callbacks
.
on_scatterv
=
(
dumpi_scatterv_call
)
handleDUMPI
Generic
;
callbacks
.
on_scatterv
=
(
dumpi_scatterv_call
)
handleDUMPI
Ignore
;
callbacks
.
on_allgather
=
(
dumpi_allgather_call
)
handleDUMPI
Generic
;
callbacks
.
on_allgather
=
(
dumpi_allgather_call
)
handleDUMPI
Ignore
;
callbacks
.
on_allgatherv
=
(
dumpi_allgatherv_call
)
handleDUMPI
Generic
;
callbacks
.
on_allgatherv
=
(
dumpi_allgatherv_call
)
handleDUMPI
Ignore
;
callbacks
.
on_alltoall
=
(
dumpi_alltoall_call
)
handleDUMPI
Generic
;
callbacks
.
on_alltoall
=
(
dumpi_alltoall_call
)
handleDUMPI
Ignore
;
callbacks
.
on_alltoallv
=
(
dumpi_alltoallv_call
)
handleDUMPI
Generic
;
callbacks
.
on_alltoallv
=
(
dumpi_alltoallv_call
)
handleDUMPI
Ignore
;
callbacks
.
on_alltoallw
=
(
dumpi_alltoallw_call
)
handleDUMPI
Generic
;
callbacks
.
on_alltoallw
=
(
dumpi_alltoallw_call
)
handleDUMPI
Ignore
;
callbacks
.
on_reduce
=
(
dumpi_reduce_call
)
handleDUMPI
Generic
;
callbacks
.
on_reduce
=
(
dumpi_reduce_call
)
handleDUMPI
Ignore
;
callbacks
.
on_reduce_scatter
=
(
dumpi_reduce_scatter_call
)
handleDUMPI
Generic
;
callbacks
.
on_reduce_scatter
=
(
dumpi_reduce_scatter_call
)
handleDUMPI
Ignore
;
callbacks
.
on_group_size
=
(
dumpi_group_size_call
)
handleDUMPI
Generic
;
callbacks
.
on_group_size
=
(
dumpi_group_size_call
)
handleDUMPI
Ignore
;
callbacks
.
on_group_rank
=
(
dumpi_group_rank_call
)
handleDUMPI
Generic
;
callbacks
.
on_group_rank
=
(
dumpi_group_rank_call
)
handleDUMPI
Ignore
;
callbacks
.
on_comm_size
=
(
dumpi_comm_size_call
)
handleDUMPI
Generic
;
callbacks
.
on_comm_size
=
(
dumpi_comm_size_call
)
handleDUMPI
Ignore
;
callbacks
.
on_comm_rank
=
(
dumpi_comm_rank_call
)
handleDUMPI
Generic
;
callbacks
.
on_comm_rank
=
(
dumpi_comm_rank_call
)
handleDUMPI
Ignore
;
callbacks
.
on_comm_get_attr
=
(
dumpi_comm_get_attr_call
)
handleDUMPI
Generic
;
callbacks
.
on_comm_get_attr
=
(
dumpi_comm_get_attr_call
)
handleDUMPI
Ignore
;
callbacks
.
on_comm_create
=
(
dumpi_comm_create_call
)
handleDUMPI
Generic
;
callbacks
.
on_comm_create
=
(
dumpi_comm_create_call
)
handleDUMPI
Ignore
;
callbacks
.
on_wtime
=
(
dumpi_wtime_call
)
handleDUMPI
Generic
;
callbacks
.
on_wtime
=
(
dumpi_wtime_call
)
handleDUMPI
Ignore
;
callbacks
.
on_finalize
=
(
dumpi_finalize_call
)
handleDUMPIFinalize
;
callbacks
.
on_finalize
=
(
dumpi_finalize_call
)
handleDUMPIFinalize
;
libundumpi_populate_callbacks
(
&
callbacks
,
callarr
);
libundumpi_populate_callbacks
(
&
callbacks
,
callarr
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment