Merge pull request #1484 from hjelmn/header_cleanup
ompi/comm: clean up includes in comm_request.h
Этот коммит содержится в:
Коммит
8ff1d09907
@ -1,6 +1,6 @@
|
||||
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
|
||||
/*
|
||||
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights
|
||||
* Copyright (c) 2013-2016 Los Alamos National Security, LLC. All rights
|
||||
* reseved.
|
||||
* Copyright (c) 2015 Research Organization for Information Science
|
||||
* and Technology (RIST). All rights reserved.
|
||||
@ -13,6 +13,7 @@
|
||||
|
||||
#include "comm_request.h"
|
||||
|
||||
#include "opal/class/opal_free_list.h"
|
||||
#include "opal/include/opal/sys/atomic.h"
|
||||
|
||||
static opal_free_list_t ompi_comm_requests;
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
|
||||
/*
|
||||
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights
|
||||
* Copyright (c) 2013-2016 Los Alamos National Security, LLC. All rights
|
||||
* reseved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
@ -13,7 +13,6 @@
|
||||
#define OMPI_COMM_REQ_H
|
||||
|
||||
#include "opal/class/opal_list.h"
|
||||
#include "opal/class/opal_free_list.h"
|
||||
#include "ompi/request/request.h"
|
||||
|
||||
/* increase this number if more subrequests are needed */
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user