Numerous niggles related to building on Solaris
This commit was SVN r2234.
Этот коммит содержится в:
родитель
cbd3442979
Коммит
5c4c277266
@ -427,6 +427,8 @@ static inline int ompi_obj_update(ompi_object_t *object, int inc)
|
||||
|
||||
#else
|
||||
|
||||
int newval;
|
||||
|
||||
object->obj_reference_count += inc;
|
||||
newval = object->obj_reference_count;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
#define ALLOCATOR_BUCKET_ALLOC_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include "threads/mutex.h"
|
||||
#include "class/ompi_object.h"
|
||||
|
@ -45,10 +45,10 @@
|
||||
/*
|
||||
* includes
|
||||
*/
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "ompi_config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "class/ompi_list.h"
|
||||
#include "mca/mca.h"
|
||||
#include "mca/gpr/gpr.h"
|
||||
|
@ -19,11 +19,11 @@
|
||||
* includes
|
||||
*/
|
||||
|
||||
#include "ompi_config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "include/types.h"
|
||||
#include "include/constants.h"
|
||||
#include "class/ompi_list.h"
|
||||
|
@ -11,14 +11,14 @@
|
||||
* includes
|
||||
*/
|
||||
|
||||
#include "ompi_config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "include/constants.h"
|
||||
#include "util/output.h"
|
||||
#include "mca/gpr/base/base.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "ompi_config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
@ -4,14 +4,14 @@
|
||||
/** @file:
|
||||
*
|
||||
*/
|
||||
/* #define _GNU_SOURCE */
|
||||
|
||||
#include "ompi_config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "ompi_config.h"
|
||||
#include "util/output.h"
|
||||
#include "mca/mca.h"
|
||||
#include "mca/ns/base/base.h"
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
/* Standard system includes */
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
/* Open MPI includes */
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "mca/ns/ns.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <netdb.h>
|
||||
|
||||
|
||||
/**
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/* Define the structures underlying the Open MPI universe system */
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/**
|
||||
* @param relative A boolean that specifies if the path name is to be constructed
|
||||
|
@ -10,7 +10,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
#include "mca/ns/ns.h"
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <sys/utsname.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user