|
@@ -36,35 +36,6 @@ void _starpu_mpi_source_deinit(struct _starpu_mp_node *node);
|
|
|
|
|
|
void(* _starpu_mpi_ms_src_get_kernel_from_job(const struct _starpu_mp_node *node STARPU_ATTRIBUTE_UNUSED, struct _starpu_job *j))(void);
|
|
void(* _starpu_mpi_ms_src_get_kernel_from_job(const struct _starpu_mp_node *node STARPU_ATTRIBUTE_UNUSED, struct _starpu_job *j))(void);
|
|
|
|
|
|
-///* Send *MSG which can be a command or data, to a MPI sink. */
|
|
|
|
-//extern void _starpu_mpi_source_send(const struct _starpu_mp_node *node,
|
|
|
|
-// void *msg, int len);
|
|
|
|
-//
|
|
|
|
-///* Receive *MSG which can be an answer or data, to a MPI sink. */
|
|
|
|
-//extern void _starpu_mpi_source_recv(const struct _starpu_mp_node *node,
|
|
|
|
-// void *msg, int len);
|
|
|
|
-//
|
|
|
|
-///* Transfert SIZE bytes from the address pointed by SRC in the SRC_NODE memory
|
|
|
|
-// * node to the address pointed by DST in the DST_NODE memory node */
|
|
|
|
-//extern int _starpu_mpi_copy_src_to_sink(void *src,
|
|
|
|
-// unsigned src_node STARPU_ATTRIBUTE_UNUSED,
|
|
|
|
-// void *dst, unsigned dst_node,
|
|
|
|
-// size_t size);
|
|
|
|
-//
|
|
|
|
-///* Transfert SIZE bytes from the address pointed by SRC in the SRC_NODE memory
|
|
|
|
-// * node to the address pointed by DST in the DST_NODE memory node */
|
|
|
|
-//extern int _starpu_mpi_copy_sink_to_src(void *src, unsigned src_node, void *dst,
|
|
|
|
-// unsigned dst_node STARPU_ATTRIBUTE_UNUSED,
|
|
|
|
-// size_t size);
|
|
|
|
-//
|
|
|
|
-//extern int _starpu_mpi_copy_sink_to_sink(void *src, unsigned src_node,
|
|
|
|
-// void *dst, unsigned dst_node,
|
|
|
|
-// size_t size);
|
|
|
|
-//
|
|
|
|
-///* Get a pointer which points at the implementation to be called by MPI node. */
|
|
|
|
-//extern void (*_starpu_mpi_get_kernel_from_job(const struct _starpu_mp_node *,
|
|
|
|
-// struct _starpu_job *j))(void);
|
|
|
|
-
|
|
|
|
#endif /* STARPU_USE_MPI_MASTER_SLAVE */
|
|
#endif /* STARPU_USE_MPI_MASTER_SLAVE */
|
|
|
|
|
|
#endif /* __DRIVER_MPI_SOURCE_H__ */
|
|
#endif /* __DRIVER_MPI_SOURCE_H__ */
|