1
1

Remove stale include as header no longer exists. Add missing header

This commit was SVN r32336.
Этот коммит содержится в:
Ralph Castain 2014-07-29 01:24:27 +00:00
родитель 0e47441333
Коммит d674e22433

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

@ -13,6 +13,7 @@
* Copyright (c) 2008-2010 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2008-2010 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2010-2013 Los Alamos National Security, LLC. * Copyright (c) 2010-2013 Los Alamos National Security, LLC.
* All rights reserved. * All rights reserved.
* Copyright (c) 2014 Intel, Inc. All rights reserved
* $COPYRIGHT$ * $COPYRIGHT$
* *
* Additional copyrights may follow * Additional copyrights may follow
@ -28,22 +29,12 @@
* selected based on its own, local run-time test. * selected based on its own, local run-time test.
*/ */
/* RML Messaging in common sm and Our Assumptions
* o MPI_Init is single threaded
* o this routine will not be called after MPI_Init.
*
* if these assumptions ever change, then we may need to add some support code
* that queues up RML messages that have arrived, but have not yet been
* consumed by the thread who is looking to complete its component
* initialization.
*/
#include "opal_config.h" #include "opal_config.h"
#include "opal/align.h" #include "opal/align.h"
#include "opal/util/argv.h" #include "opal/util/argv.h"
#include "opal/util/show_help.h" #include "opal/util/show_help.h"
#include "opal/mca/shmem/shmem.h" #include "opal/mca/shmem/base/base.h"
#if OPAL_ENABLE_FT_CR == 1 #if OPAL_ENABLE_FT_CR == 1
#include "opal/runtime/opal_cr.h" #include "opal/runtime/opal_cr.h"
#endif #endif
@ -51,8 +42,6 @@
#include "opal/constants.h" #include "opal/constants.h"
#include "opal/mca/mpool/sm/mpool_sm.h" #include "opal/mca/mpool/sm/mpool_sm.h"
#include "common_sm_rml.h"
OBJ_CLASS_INSTANCE( OBJ_CLASS_INSTANCE(
mca_common_sm_module_t, mca_common_sm_module_t,
opal_list_item_t, opal_list_item_t,