1
1

mqs_communicator type should not be changed as it serves as the interface

between Totalview and DLL.

This commit was SVN r16200.
Этот коммит содержится в:
Pak Lui 2007-09-24 19:02:56 +00:00
родитель b5fc722c35
Коммит 97e692d85a

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

@ -259,7 +259,8 @@ enum mqs_status
/* A structure to represent a communicator */
typedef struct
{
mqs_tword_t local_rank; /* The rank of this process Comm_rank */
mqs_taddr_t unique_id; /* A unique tag for the communicator */
mqs_tword_t local_rank; /* The rank of this process Comm_rank */
mqs_tword_t size; /* Comm_size */
char name[64]; /* the name if it has one */
} mqs_communicator;