File tree 1 file changed +1
-5
lines changed 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
2
2
/*
3
- * Copyright (c) 2016 Los Alamos National Security, LLC. All rights
3
+ * Copyright (c) 2016-2017 Los Alamos National Security, LLC. All rights
4
4
* reserved.
5
5
* Copyright (c) 2016 Research Organization for Information Science
6
6
* and Technology (RIST). All rights reserved.
15
15
#define OMPI_CXX_COMM_GLUE_H
16
16
17
17
#include "ompi_config.h"
18
- #include "ompi/errhandler/errhandler.h"
19
18
#include <stdlib.h>
20
19
21
20
#include "mpi.h"
@@ -81,9 +80,6 @@ ompi_cxx_intercept_file_extra_state_t
81
80
* ompi_cxx_new_intercept_state (void * read_fn_cxx , void * write_fn_cxx , void * extent_fn_cxx ,
82
81
void * extra_state_cxx );
83
82
84
- void ompi_cxx_errhandler_set_cxx_dispatch_fn (struct ompi_errhandler_t * errhandler ,
85
- ompi_errhandler_cxx_dispatch_fn_t * dispatch_fn );
86
-
87
83
void ompi_cxx_errhandler_set_callbacks (struct ompi_errhandler_t * errhandler , MPI_Comm_errhandler_function * eh_comm_fn ,
88
84
ompi_file_errhandler_fn * eh_file_fn , MPI_Win_errhandler_function * eh_win_fn );
89
85
You can’t perform that action at this time.
0 commit comments