1
1

Make the tree compile in debug mode.

This commit was SVN r12724.
Этот коммит содержится в:
George Bosilca 2006-12-01 23:03:09 +00:00
родитель 897744cdeb
Коммит 3fd278c522
5 изменённых файлов: 1 добавлений и 4 удалений

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

@ -159,7 +159,6 @@ int orte_gpr_base_pack_keyval(orte_buffer_t *buffer, void *src,
int rc;
orte_gpr_keyval_t **keyval;
orte_std_cntr_t i;
char null=0x00;
OPAL_TRACE(4);

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

@ -44,7 +44,6 @@ int orte_gpr_base_pack_subscribe(orte_buffer_t *cmd,
{
orte_gpr_cmd_flag_t command;
int rc;
orte_std_cntr_t zero=0;
OPAL_TRACE(3);

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

@ -91,7 +91,6 @@ int orte_gpr_base_unpack_index(orte_buffer_t *buffer, int *ret, orte_std_cntr_t
{
orte_gpr_cmd_flag_t command;
orte_std_cntr_t n;
orte_data_type_t type;
int rc;
OPAL_TRACE(3);

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

@ -212,7 +212,6 @@ int orte_gpr_replica_recv_index_cmd(orte_buffer_t *buffer,
orte_buffer_t *answer)
{
orte_gpr_cmd_flag_t command=ORTE_GPR_INDEX_CMD;
orte_data_type_t type;
orte_std_cntr_t n, cnt;
orte_gpr_replica_segment_t *seg=NULL;
char *segment=NULL, **index=NULL;

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

@ -21,6 +21,7 @@
#include "orte/orte_constants.h"
#include "opal/mca/mca.h"
#include "opal/mca/base/base.h"
#include "opal/util/output.h"
#include "opal/mca/base/mca_base_param.h"
#include "orte/mca/oob/oob.h"