From 528cd7d2058e22a5369c1c59563291208d71698a Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 20 Jul 2020 15:58:06 +0200 Subject: [PATCH] hpcg: Missing TAMPI patch --- bsc/apps/hpcg/tampi.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bsc/apps/hpcg/tampi.patch diff --git a/bsc/apps/hpcg/tampi.patch b/bsc/apps/hpcg/tampi.patch new file mode 100644 index 0000000..c233dfc --- /dev/null +++ b/bsc/apps/hpcg/tampi.patch @@ -0,0 +1,13 @@ +--- a/setup/Make.MPI_ICPC_OSS 2020-07-13 16:02:33.272257865 +0200 ++++ b/setup/Make.MPI_ICPC_OSS 2020-07-13 16:04:34.344413390 +0200 +@@ -91,8 +91,8 @@ + # - HPCG includes / libraries / specifics ------------------------------- + # ---------------------------------------------------------------------- + # +-HPCG_INCLUDES = -I$(INCdir) -I$(INCdir)/$(arch) $(MPinc) -I{TAMPI_HOME}/include +-HPCG_LIBS = ${TAMPI_HOME}/lib/libtampi.a ++HPCG_INCLUDES = -I$(INCdir) -I$(INCdir)/$(arch) $(MPinc) -I$(TAMPI_HOME)/include ++HPCG_LIBS = -l:libtampi.a + # + # - Compile time options ----------------------------------------------- + #