Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-17 09:55:57

0001 /*
0002  * Copyright (c) 2016      Mellanox Technologies, Inc.
0003  *                         All rights reserved.
0004  * Copyright (c) 2018      IBM Corporation.  All rights reserved.
0005  * Copyright (c) 2018      Intel, Inc. All rights reserved.
0006  * Copyright (c) 2019      Research Organization for Information Science
0007  *                         and Technology (RIST).  All rights reserved.
0008  * Copyright (c) 2021      Nanook Consulting  All rights reserved.
0009  * $COPYRIGHT$
0010  *
0011  * Additional copyrights may follow
0012  *
0013  * $HEADER$
0014  */
0015 
0016 
0017 #ifndef PRTE_VERSION_H
0018 #define PRTE_VERSION_H
0019 
0020 /* define PRTE version */
0021 #define PRTE_VERSION_MAJOR 3L
0022 #define PRTE_VERSION_MINOR 0L
0023 #define PRTE_VERSION_RELEASE 6L
0024 
0025 #define PRTE_NUMERIC_VERSION 0x00030006
0026 #endif