File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22/*
3- * Copyright (c) 2016 Los Alamos National Security, LLC. All rights
3+ * Copyright (c) 2016-2017 Los Alamos National Security, LLC. All rights
44 * reserved.
55 * Copyright (c) 2016 Research Organization for Information Science
66 * and Technology (RIST). All rights reserved.
1515#define OMPI_CXX_COMM_GLUE_H
1616
1717#include "ompi_config.h"
18- #include "ompi/errhandler/errhandler.h"
1918#include <stdlib.h>
2019
2120#include "mpi.h"
@@ -81,9 +80,6 @@ ompi_cxx_intercept_file_extra_state_t
8180* ompi_cxx_new_intercept_state (void * read_fn_cxx , void * write_fn_cxx , void * extent_fn_cxx ,
8281 void * extra_state_cxx );
8382
84- void ompi_cxx_errhandler_set_cxx_dispatch_fn (struct ompi_errhandler_t * errhandler ,
85- ompi_errhandler_cxx_dispatch_fn_t * dispatch_fn );
86-
8783void ompi_cxx_errhandler_set_callbacks (struct ompi_errhandler_t * errhandler , MPI_Comm_errhandler_function * eh_comm_fn ,
8884 ompi_file_errhandler_fn * eh_file_fn , MPI_Win_errhandler_function * eh_win_fn );
8985
You can’t perform that action at this time.
0 commit comments