1
1

* I think Edgar meant to assign a pointer to comm_self, not comm_self itself.

This lets things compile again

This commit was SVN r5622.
Этот коммит содержится в:
Brian Barrett 2005-05-06 15:41:00 +00:00
родитель fc16d60236
Коммит 22685e5055

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

@ -197,7 +197,7 @@ int ompi_comm_finalize(void)
/* MPI-2 section 4.8: call the attribute /* MPI-2 section 4.8: call the attribute
delete functions attached to MPI_COMM_SELF delete functions attached to MPI_COMM_SELF
and destroy comm_self before any other communicator */ and destroy comm_self before any other communicator */
comm = ompi_mpi_comm_self; comm = &ompi_mpi_comm_self;
if (NULL != comm->c_keyhash) { if (NULL != comm->c_keyhash) {
ompi_attr_delete_all(COMM_ATTR, comm, comm->c_keyhash); ompi_attr_delete_all(COMM_ATTR, comm, comm->c_keyhash);
/* ignoring that the attribute delete functions might /* ignoring that the attribute delete functions might