Accepting request 502493 from home:NMoreyChaisemartin:branches:science:HPC

- Reenable arm compilation
- Rename and cleanup mvapich-s390_get_cycles.patch to
  mvapich2-s390_get_cycles.patch for coherency
- Cleanup mvapich2-pthread_yield.patch
- Add mvapich2-arm-support.patch to provide missing functions for
  armv7hl and aarch64

OBS-URL: https://build.opensuse.org/request/show/502493
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=6
This commit is contained in:
Nicolas Morey-Chaisemartin
2017-06-09 07:27:29 +00:00
committed by Git OBS Bridge
parent 92e7148f57
commit b95e475e85
9 changed files with 78 additions and 28 deletions

View File

@@ -1,15 +1,7 @@
From: Philipp Thomas <pth@suse.de>
Date: 2014-04-23 17:44:45+02:00
Subject: Define GNU_SOURCE for pthrea_yield
---
src/openpa/test/opa_test.h | 1 +
1 file changed, 1 insertion(+)
Index: src/openpa/test/opa_test.h
===================================================================
--- src/openpa/test/opa_test.h.orig 2014-03-22 22:56:53.000000000 +0100
+++ src/openpa/test/opa_test.h 2014-04-23 17:43:18.697310735 +0200
diff --git src/openpa/test/opa_test.h src/openpa/test/opa_test.h
index 490b916..ec9c7f5 100644
--- src/openpa/test/opa_test.h
+++ src/openpa/test/opa_test.h
@@ -20,6 +20,7 @@
#include <limits.h>
#include <time.h>