* rename pack.{c,h} to bufpack.{c,h} because there was already a pack.c in
src/mpi/c and you can't have two object files with the same name in the same library This commit was SVN r2782.
Этот коммит содержится в:
родитель
017df2797b
Коммит
41e17e2758
@ -7,7 +7,7 @@
|
||||
#include "mpi.h"
|
||||
#include "attribute/attribute.h"
|
||||
#include "util/proc_info.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
#include "errhandler/errclass.h"
|
||||
#include "communicator/communicator.h"
|
||||
#include "mca/ns/ns.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "proc/proc.h"
|
||||
#include "threads/mutex.h"
|
||||
#include "util/bit_ops.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
#include "include/constants.h"
|
||||
#include "mca/pcm/pcm.h"
|
||||
#include "mca/pml/pml.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "include/types.h"
|
||||
#include "include/constants.h"
|
||||
#include "class/ompi_list.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
|
||||
#include "mca/mca.h"
|
||||
#include "mca/oob/base/base.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "util/proc_info.h"
|
||||
#include "util/output.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
|
||||
#include "mca/mca.h"
|
||||
#include "mca/base/mca_base_param.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "class/ompi_list.h"
|
||||
|
||||
#include "mca/mca.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
|
||||
|
||||
/*
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "ompi_config.h"
|
||||
#include "include/constants.h"
|
||||
#include "mca/mca.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
#include "mca/oob/base/base.h"
|
||||
#include "mca/ns/base/base.h"
|
||||
#include "ns_proxy.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "mca/mca.h"
|
||||
#include "mca/ns/ns.h"
|
||||
#include <sys/uio.h>
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
|
||||
|
||||
/*
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "mca/oob/base/base.h"
|
||||
#include <netinet/in.h>
|
||||
#include <string.h>
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
|
||||
|
||||
/*
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include "class/ompi_object.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
#include "mca/ns/ns.h"
|
||||
|
||||
/**
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "mca/pcm/pcm.h"
|
||||
#include "include/types.h"
|
||||
#include "include/constants.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
#include "util/output.h"
|
||||
#include "mca/oob/base/base.h"
|
||||
#include "mca/oob/oob.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "datatype/datatype.h"
|
||||
#include "threads/mutex.h"
|
||||
#include "mca/ns/ns.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
|
||||
extern ompi_class_t ompi_proc_t_class;
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "util/output.h"
|
||||
#include "util/sys_info.h"
|
||||
#include "util/proc_info.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
|
||||
#include "mca/oob/base/base.h"
|
||||
#include "mca/ns/base/base.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "util/sys_info.h"
|
||||
#include "util/proc_info.h"
|
||||
#include "util/os_path.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
#include "util/session_dir.h"
|
||||
#include "util/universe_setup_file_io.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "util/sys_info.h"
|
||||
#include "util/cmd_line.h"
|
||||
#include "util/proc_info.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
#include "util/session_dir.h"
|
||||
#include "util/output.h"
|
||||
#include "util/os_path.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "util/argv.h"
|
||||
#include "util/output.h"
|
||||
#include "util/os_path.h"
|
||||
#include "util/pack.h"
|
||||
#include "util/bufpack.h"
|
||||
#include "util/sys_info.h"
|
||||
#include "util/cmd_line.h"
|
||||
#include "util/proc_info.h"
|
||||
|
@ -24,7 +24,7 @@ headers = \
|
||||
numtostr.h \
|
||||
output.h \
|
||||
path.h \
|
||||
pack.h \
|
||||
bufpack.h \
|
||||
sys_info.h \
|
||||
printf.h \
|
||||
proc_info.h \
|
||||
@ -49,7 +49,7 @@ libutil_la_SOURCES = \
|
||||
numtostr.c \
|
||||
output.c \
|
||||
path.c \
|
||||
pack.c \
|
||||
bufpack.c \
|
||||
printf.c \
|
||||
proc_info.c \
|
||||
sys_info.c \
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "class/ompi_object.h"
|
||||
#include "mca/ns/ns.h"
|
||||
|
||||
#include "pack.h"
|
||||
#include "bufpack.h"
|
||||
|
||||
typedef struct ompi_buffer_internal_t {
|
||||
/* first member must be the objects parent */
|
Загрузка…
Ссылка в новой задаче
Block a user