Skip to content

Commit 6bfca98

Browse files
committed
oshmem: Move help file for oshmem api one level up to meet ompi structure
Signed-off-by: Igor Ivanov <[email protected]>
1 parent f3516d1 commit 6bfca98

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

oshmem/shmem/Makefile.am

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# Copyright (c) 2013 Mellanox Technologies, Inc.
1+
# Copyright (c) 2013-2015 Mellanox Technologies, Inc.
22
# All rights reserved.
33
# $COPYRIGHT$
4-
#
4+
#
55
# Additional copyrights may follow
66
#
77
# $HEADER$
88
#
99

1010
headers += shmem/shmem_api_logger.h \
1111
shmem/shmem_lock.h
12-
dist_oshmemdata_DATA += shmem/c/help-shmem-api.txt
12+
13+
dist_oshmemdata_DATA += shmem/help-shmem-api.txt

oshmem/shmem/c/help-shmem-api.txt renamed to oshmem/shmem/help-shmem-api.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# Copyright (c) 2013 Mellanox Technologies, Inc.
44
# All rights reserved.
55
# $COPYRIGHT$
6-
#
6+
#
77
# Additional copyrights may follow
8-
#
8+
#
99
# $HEADER$
1010
#
1111
# This is the US/English general help file for Open SHMEM.

0 commit comments

Comments
 (0)