/
usr
/
lib
/
x86_64-linux-gnu
/
openmpi
/
include
/
openshmem
/
oshmem
/
/usr/lib/x86_64-linux-gnu/openmpi/include/openshmem/oshmem
mkdir
upload
Name
Size
Mode
Actions
constants.h
4368
0644
edit
dl
rm
frameworks.h
749
0644
edit
dl
rm
types.h
539
0644
edit
dl
rm
version.h
744
0644
edit
dl
rm
Edit:
/usr/lib/x86_64-linux-gnu/openmpi/include/openshmem/oshmem/version.h
(744B)
/* * Copyright (c) 2013 Mellanox Technologies, Inc. * All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ * * This file should be included by any file that needs full * version information for the OSHMEM project */ #ifndef OSHMEM_VERSIONS_H #define OSHMEM_VERSIONS_H #define OSHMEM_MAJOR_VERSION 4 #define OSHMEM_MINOR_VERSION 1 #define OSHMEM_RELEASE_VERSION 2 #define OSHMEM_GREEK_VERSION "" #define OSHMEM_WANT_REPO_REV @OSHMEM_WANT_REPO_REV@ #define OSHMEM_REPO_REV "v4.1.2" #ifdef OSHMEM_VERSION /* If we included version.h, we want the real version, not the stripped (no-r number) version */ #undef OSHMEM_VERSION #endif #define OSHMEM_VERSION "4.1.2" #endif
Save
cmd:
run