1
1

Per RFC timeout (#3129), remove the non-standard name MPI_MAX_NAME_LEN.

This commit was SVN r26737.
Этот коммит содержится в:
Jeff Squyres 2012-07-03 19:43:18 +00:00
родитель 87ca716daf
Коммит a1da2776ff

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

@ -427,7 +427,6 @@ typedef int (MPI_Grequest_cancel_function)(void *, int);
#define MPI_ARGVS_NULL ((char ***) 0) /* NULL argument vectors */
#define MPI_ERRCODES_IGNORE ((int *) 0) /* don't return error codes */
#define MPI_MAX_PORT_NAME OPAL_MAX_PORT_NAME /* max port name length */
#define MPI_MAX_NAME_LEN MPI_MAX_PORT_NAME /* max port name length, non-std. (LAM < 6.3b1) */
#define MPI_ORDER_C 0 /* C row major order */
#define MPI_ORDER_FORTRAN 1 /* Fortran column major order */
#define MPI_DISTRIBUTE_BLOCK 0 /* block distribution */