- Only minor white-space changes, to clean up
This commit was SVN r7843.
Этот коммит содержится в:
родитель
f92185c43b
Коммит
d6120d32d6
@ -30,6 +30,7 @@
|
||||
#include "mca/gpr/gpr_types.h"
|
||||
#include "mca/oob/oob_types.h"
|
||||
#include "request/request.h"
|
||||
#include "ompi/proc/proc.h"
|
||||
|
||||
#if defined(c_plusplus) || defined(__cplusplus)
|
||||
extern "C" {
|
||||
@ -75,7 +76,7 @@ OMPI_DECLSPEC extern opal_class_t ompi_communicator_t_class;
|
||||
#define OMPI_COMM_ALLREDUCE_TAG -31080
|
||||
|
||||
/**
|
||||
* Modes reqquired for accquiring the new comm-id.
|
||||
* Modes required for acquiring the new comm-id.
|
||||
* The first (INTER/INTRA) indicates whether the
|
||||
* input comm was an inter/intra-comm, the second
|
||||
* whether the new communicator will be an inter/intra
|
||||
@ -291,7 +292,7 @@ struct ompi_communicator_t {
|
||||
* @param local_group_size
|
||||
* @param remote_group_size
|
||||
*
|
||||
* this routine allocates the structure, the according local and
|
||||
* This routine allocates the structure, the according local and
|
||||
* remote groups, the proc-arrays in the local and remote group.
|
||||
* It furthermore sets the fortran index correctly,
|
||||
* and sets all other elements to zero.
|
||||
@ -357,7 +358,6 @@ struct ompi_communicator_t {
|
||||
orte_rml_tag_t tag,
|
||||
int rsize);
|
||||
|
||||
|
||||
/**
|
||||
* This routine verifies, whether local_group and remote group are overlapping
|
||||
* in intercomm_create
|
||||
@ -365,7 +365,6 @@ struct ompi_communicator_t {
|
||||
int ompi_comm_overlapping_groups (int size, struct ompi_proc_t ** lprocs,
|
||||
int rsize, struct ompi_proc_t ** rprocs);
|
||||
|
||||
|
||||
/**
|
||||
* This is a routine determining whether the local or the
|
||||
* remote group will be first in the new intra-comm.
|
||||
|
@ -53,7 +53,7 @@ struct ompi_datatype_t;
|
||||
|
||||
typedef int32_t (*conversion_fct_t)( uint32_t count,
|
||||
const void* from, uint32_t from_len, long from_extent,
|
||||
void* to, uint32_t in_length, long to_extent );
|
||||
void* to, uint32_t to_length, long to_extent );
|
||||
|
||||
typedef struct ompi_convertor_t ompi_convertor_t;
|
||||
typedef int32_t (*convertor_advance_fct_t)( ompi_convertor_t* pConvertor,
|
||||
|
@ -70,6 +70,7 @@ OMPI_DECLSPEC extern ompi_pointer_array_t *ompi_datatype_f_to_c_table;
|
||||
#define DT_FLAG_DATA_CPP 0x8000
|
||||
#define DT_FLAG_DATA_FORTRAN 0xC000
|
||||
#define DT_FLAG_DATA_LANGUAGE 0xC000
|
||||
|
||||
/*
|
||||
* We should make the difference here between the predefined contiguous and non contiguous
|
||||
* datatypes. The DT_FLAG_BASIC is held by all predefined contiguous datatypes.
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user