File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 33 * Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
44 * University Research and Technology
55 * Corporation. All rights reserved.
6- * Copyright (c) 2004-2013 The University of Tennessee and The University
6+ * Copyright (c) 2004-2016 The University of Tennessee and The University
77 * of Tennessee Research Foundation. All rights
88 * reserved.
99 * Copyright (c) 2004-2006 High Performance Computing Center Stuttgart,
3838
3939#include "mpi.h"
4040
41- /* by default the debuging is turned off */
42- int ompi_datatype_dfd = -1 ;
43-
4441/**
4542 * This is the number of predefined datatypes. It is different than the MAX_PREDEFINED
4643 * as it include all the optional datatypes (such as MPI_INTEGER?, MPI_REAL?).
@@ -662,12 +659,6 @@ int32_t ompi_datatype_finalize( void )
662659 /* Get rid of the Fortran2C translation table */
663660 OBJ_DESTRUCT (& ompi_datatype_f_to_c_table );
664661
665- #if defined(VERBOSE )
666- if ( ompi_datatype_dfd != -1 )
667- opal_output_close ( ompi_datatype_dfd );
668- ompi_datatype_dfd = -1 ;
669- #endif /* VERBOSE */
670-
671662 /* release the local convertors (external32 and local) */
672663 ompi_datatype_default_convertors_fini ();
673664
You can’t perform that action at this time.
0 commit comments