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.
Этот коммит содержится в:
родитель
da4b57d6cf
Коммит
55fa43dbcf
@ -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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user