1
1

Remove the group header file dependency.

This commit was SVN r19965.
Этот коммит содержится в:
George Bosilca 2008-11-10 19:37:52 +00:00
родитель d5c38c2601
Коммит 584154c2d3

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

@ -46,7 +46,6 @@
#include "mpihandles_interface.h"
#include "ompi_mpihandles_dll_defs.h"
#include "ompi/communicator/communicator.h"
#include "ompi/group/group.h"
#define OPAL_ALIGN(x,a,t) (((x)+((t)(a)-1)) & ~(((t)(a)-1)))
@ -98,7 +97,6 @@ int opal_progress_spin_count;
volatile int32_t opal_progress_thread_count;
bool opal_mutex_check_locks;
bool opal_uses_threads;
ompi_proc_t* ompi_proc_local_proc;
#endif /* defined(__SUNPRO_C) */
/*---------------------------------------------------------------------*/