From 411a54a7a97f707a01aeffb9a49930be4aa4d6fb Mon Sep 17 00:00:00 2001 From: Matthieu Boileau Date: Mon, 18 Sep 2017 13:59:32 +0200 Subject: [PATCH] pastix in funneled mode --- pastix/config.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pastix/config.tmpl b/pastix/config.tmpl index 151672f..531823b 100644 --- a/pastix/config.tmpl +++ b/pastix/config.tmpl @@ -106,10 +106,10 @@ CCTYPESFLT := $(CCTYPESFLT) -DFORCE_DOUBLE -DPREC_DOUBLE # Uncomment the following line if your MPI doesn't support MPI_THREAD_MULTIPLE level, # then use IPARM_THREAD_COMM_MODE -#CCPASTIX := $(CCPASTIX) -DPASTIX_FUNNELED +CCPASTIX := $(CCPASTIX) -DPASTIX_FUNNELED # Uncomment the following line if your MPI doesn't support MPI_Datatype correctly -CCPASTIX := $(CCPASTIX) -DNO_MPI_TYPE +#CCPASTIX := $(CCPASTIX) -DNO_MPI_TYPE # Uncomment the following line if you want to use semaphore barrier # instead of MPI barrier (with IPARM_AUTOSPLIT_COMM) -- GitLab