Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ompi/mca/part/persist/part_persist_component.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2004-2006 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
* Copyright (c) 2004-2025 High Performance Computing Center Stuttgart,
* University of Stuttgart. All rights reserved.
* Copyright (c) 2020-2021 Sandia National Laboratories. All rights reserved.
* $COPYRIGHT$
Expand All @@ -26,7 +26,7 @@ BEGIN_C_DECLS
/*
* PART module functions.
*/
OMPI_DECLSPEC extern mca_part_base_component_4_0_0_t mca_part_rma_component;
OMPI_DECLSPEC extern mca_part_base_component_4_0_0_t mca_part_persist_component;

END_C_DECLS

Expand Down
Loading