1
1

Move the definition of the OMPI_NAME_ARGS macro to the name server for general use - great shorthand for obtaining the three components when outputing diagnostic info!

This commit was SVN r2899.
Этот коммит содержится в:
Ralph Castain 2004-09-30 21:34:29 +00:00
родитель da4b57d6cf
Коммит 55fa43dbcf
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -16,6 +16,9 @@
#include "mca/ns/ns.h"
#define OMPI_NAME_ARGS(n) (n).cellid,(n).jobid,(n).vpid
/*
* Global functions for MCA overall collective open and close
*/

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

@ -12,6 +12,7 @@
#include "mca/oob/oob.h"
#include "mca/oob/base/base.h"
#include "mca/base/base.h"
#include "mca/ns/base/base.h"
#include "class/ompi_free_list.h"
#include "class/ompi_rb_tree.h"
#include "event/event.h"
@ -26,8 +27,6 @@ extern "C" {
#endif
#define OMPI_NAME_ARGS(n) (n).cellid,(n).jobid,(n).vpid
/*
* standard component functions