File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22/*
3- * Copyright (c) 2013 Los Alamos National Security, LLC. All rights
3+ * Copyright (c) 2013-2016 Los Alamos National Security, LLC. All rights
44 * reseved.
55 * Copyright (c) 2015 Research Organization for Information Science
66 * and Technology (RIST). All rights reserved.
1313
1414#include "comm_request.h"
1515
16+ #include "opal/class/opal_free_list.h"
1617#include "opal/include/opal/sys/atomic.h"
1718
1819static opal_free_list_t ompi_comm_requests ;
Original file line number Diff line number Diff line change 11/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22/*
3- * Copyright (c) 2013 Los Alamos National Security, LLC. All rights
3+ * Copyright (c) 2013-2016 Los Alamos National Security, LLC. All rights
44 * reseved.
55 * $COPYRIGHT$
66 *
1313#define OMPI_COMM_REQ_H
1414
1515#include "opal/class/opal_list.h"
16- #include "opal/class/opal_free_list.h"
1716#include "ompi/request/request.h"
1817
1918/* increase this number if more subrequests are needed */
You can’t perform that action at this time.
0 commit comments