Files
mpitests/imb-cpp-flags.patch
Nicolas Morey-Chaisemartin fe9fc438fe Accepting request 1007343 from home:NMoreyChaisemartin:branches:science:HPC
- Update OSU micro benchmark to 6.1
- Update Intel MPI Benchmarks to v2021.3
- Add osu-fix-bad-return-values.patch to fix compilation errors
- Add imb-cpp-flags.patch to fix IMB compilation flags
- Disable LTO as there are multiple failures with openMPI

- avoid using egrep, use grep -E to be compatible with newer grep versions

OBS-URL: https://build.opensuse.org/request/show/1007343
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mpitests?expand=0&rev=53
2022-10-03 07:35:20 +00:00

14 lines
505 B
Diff

--- mpi-benchmarks-IMB-v2021.3.orig/src_cpp/Makefile 2021-10-01 15:09:19.000000000 +0200
+++ mpi-benchmarks-IMB-v2021.3/src_cpp/Makefile 2022-09-30 11:15:13.866410222 +0200
@@ -77,8 +77,8 @@
CXX=mpiicpc
endif
override CPPFLAGS += -I.
-override CFLAGS += -g -O0 -Wall -Wno-long-long
-override CXXFLAGS += -g -O0 -Wall -Wextra -pedantic -Wno-long-long
+override CFLAGS += -Wno-long-long
+override CXXFLAGS += -Wno-long-long
ifdef WITH_OPENMP
override CFLAGS += -fopenmp
override CXXFLAGS += -fopenmp