1
1

Use the correct name for the datatype destruction function.

This commit was SVN r26100.
Этот коммит содержится в:
George Bosilca 2012-03-05 15:54:53 +00:00
родитель 64a2979dc3
Коммит 762b3e13a9

Просмотреть файл

@ -2,7 +2,7 @@
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2009 The University of Tennessee and The University
* Copyright (c) 2004-2012 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@ -736,7 +736,7 @@ ompi_coll_tuned_allgather_intra_basic_linear(void *sbuf, int scount,
ompi_datatype_commit(&temptype);
err = comm->c_coll.coll_bcast(rbuf, rcount, temptype,
0, comm, comm->c_coll.coll_bcast_module);
ompi_datatype_free(&temptype);
ompi_datatype_destroy(&temptype);
}
}