Accidentally left a comment unterminated
This commit was SVN r60.
Этот коммит содержится в:
родитель
1c79cd9289
Коммит
e15949e13b
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* $HEADER$
|
* $HEADER$
|
||||||
*
|
*
|
||||||
* $Id: comm_set_name.c,v 1.3 2004/01/07 08:08:59 jsquyres Exp $
|
* $Id: comm_set_name.c,v 1.4 2004/01/07 08:37:02 jsquyres Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@ -29,7 +29,7 @@ MPI_Comm_set_name(MPI_Comm comm, char *name)
|
|||||||
strncpy(comm->c_name, name, MPI_MAX_OBJECT_NAME);
|
strncpy(comm->c_name, name, MPI_MAX_OBJECT_NAME);
|
||||||
comm->c_name[MPI_MAX_OBJECT_NAME - 1] = 0;
|
comm->c_name[MPI_MAX_OBJECT_NAME - 1] = 0;
|
||||||
|
|
||||||
/* -- Tracing information for new communicator name -- *
|
/* -- Tracing information for new communicator name -- */
|
||||||
|
|
||||||
/* Force TotalView DLL to take note of this name setting */
|
/* Force TotalView DLL to take note of this name setting */
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user