From 8632f7c99cf61f82e4db9c8fe85ceb5c3cc67474 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sun, 12 Mar 2017 20:25:29 +0000 Subject: Add lang/OpenCoarrays, an implementation of Fortran coarrays using MPI. OpenCoarrays is an open-source software project that supports the coarray Fortran (CAF) parallel programming features of the Fortran 2008 standard and several features proposed for Fortran 2015. WWW: http://www.opencoarrays.org/ PR: 217283 Submitted by: Anton Shterenlikht --- lang/OpenCoarrays/files/patch-src_mpi_mpi__caf.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/OpenCoarrays/files/patch-src_mpi_mpi__caf.c (limited to 'lang/OpenCoarrays/files/patch-src_mpi_mpi__caf.c') diff --git a/lang/OpenCoarrays/files/patch-src_mpi_mpi__caf.c b/lang/OpenCoarrays/files/patch-src_mpi_mpi__caf.c new file mode 100644 index 000000000000..d9b77ecbf050 --- /dev/null +++ b/lang/OpenCoarrays/files/patch-src_mpi_mpi__caf.c @@ -0,0 +1,10 @@ +--- src/mpi/mpi_caf.c.orig 2017-02-07 05:19:01 UTC ++++ src/mpi/mpi_caf.c +@@ -37,7 +37,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI + #include + #include /* For memcpy. */ + #include /* For variadic arguments. */ +-#include + #include + #include + #include -- cgit v1.2.3