Skip to content

Commit c36d364

Browse files
committed
doc({gasnet,openshmem): mark as unmaintained
This commit adds comments to the GASnet and OpenSHMEM runtime library code to alert readers that the files are no longer maintained and are in the repository for archival purposes to support related publications cited in src/README.md
1 parent 82cc223 commit c36d364

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

src/runtime-libraries/gasnet/gasnet.c

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2525
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2626
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
2727

28-
/****l* gasnet/gasnet_caf.c
29-
* NAME
30-
* gasnet_caf
31-
* SYNOPSIS
32-
* This program implements the LIBCAF_GASNET transport layer.
33-
******
34-
*/
28+
/*
29+
30+
!!!!! This file is no longer maintained and remains in the OpenCoarrays !!!!!
31+
!!!!! for archival purposes to support related publications as cited in !!!!!
32+
!!!!! the src/README.md file. !!!!!
3533
34+
*/
3635

3736
#include "libcaf.h"
3837
#include "gasnet.h"

src/runtime-libraries/openshmem/openshmem_caf.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* One-sided MPI implementation of Libcaf
1+
/* One-sided OpenSHMEM/MPI implementation of Libcaf
22
33
Copyright (c) 2012-2016, Sourcery, Inc.
44
All rights reserved.
@@ -25,12 +25,12 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2525
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2626
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
2727

28-
/****l* mpi/mpi_caf.c
29-
* NAME
30-
* mpi_caf
31-
* SYNOPSIS
32-
* This program implements the LIBCAF_MPI transport layer.
33-
******
28+
/*
29+
30+
!!!!! This file is no longer maintained and remains in the OpenCoarrays !!!!!
31+
!!!!! for archival purposes to support related publications as cited in !!!!!
32+
!!!!! the src/README.md file. !!!!!
33+
3434
*/
3535

3636
#include <stdio.h>

0 commit comments

Comments
 (0)