Skip to content

Commit

Permalink
sessions: minor cleanup prior to opening pr
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
  • Loading branch information
hppritcha committed Jun 23, 2021
1 parent 19469de commit af6f7dd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions ompi/include/mpi.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
* Copyright (c) 2017-2019 IBM Corporation. All rights reserved.
* Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
* Copyright (c) 2021 Google, LLC. All rights reserved.
* Copyright (c) 2018 Triad National Security, LLC. All rights
* Copyright (c) 2018-2019 Triad National Security, LLC. All rights
* Copyright (c) 2018-2021 Triad National Security, LLC. All rights
* reserved.
* $COPYRIGHT$
Expand Down
1 change: 1 addition & 0 deletions ompi/mca/op/base/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ typedef struct ompi_op_base_selected_module_t {
ompi_op_base_module_t *op_module;
} ompi_op_base_selected_module_t;


/**
* Find all available op components.
*/
Expand Down
1 change: 0 additions & 1 deletion opal/class/opal_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* and Technology (RIST). All rights reserved.
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
* reserved.
*
* $COPYRIGHT$
* Additional copyrights may follow
* $HEADER$
Expand Down
3 changes: 0 additions & 3 deletions opal/datatype/opal_convertor.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,6 @@ int32_t opal_convertor_prepare_for_recv(opal_convertor_t *convertor,
#endif

assert(!(convertor->flags & CONVERTOR_SEND));
/*
* Note this macro may call return....
*/
OPAL_CONVERTOR_PREPARE(convertor, datatype, count, pUserBuf);

#if defined(CHECKSUM)
Expand Down
2 changes: 0 additions & 2 deletions opal/mca/pmix/base/pmix_base_fns.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* All rights reserved.
* Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2021 Nanook Consulting. All rights reserved.
* Copyright (c) 2020 Triad National Security, LLC. All rights
* reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
Expand Down

0 comments on commit af6f7dd

Please sign in to comment.