Files
cpp-thirdparty/macx64/mpi/openmpi/include/prte_version.h
Bassem Girgis d29ef955f5 Upgrade macos
2025-03-19 08:52:56 -05:00

27 lines
732 B
C

/*
* Copyright (c) 2016 Mellanox Technologies, Inc.
* All rights reserved.
* Copyright (c) 2018 IBM Corporation. All rights reserved.
* Copyright (c) 2018 Intel, Inc. All rights reserved.
* Copyright (c) 2019 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* Copyright (c) 2021 Nanook Consulting All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#ifndef PRTE_VERSION_H
#define PRTE_VERSION_H
/* define PRTE version */
#define PRTE_VERSION_MAJOR 3L
#define PRTE_VERSION_MINOR 0L
#define PRTE_VERSION_RELEASE 8L
#define PRTE_NUMERIC_VERSION 0x00030008
#endif