From a5c4b1f4eeedecbb81e3a7753bdc46f636b21aad Mon Sep 17 00:00:00 2001 From: knarf Date: Mon, 14 Jul 2014 15:22:57 +0000 Subject: change default value of use_alltoallv to "no" This switches from using MPI all to all to MPI irecv/isend (see ticket #1641), which scales much better. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@103 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8 --- param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/param.ccl b/param.ccl index 4dbd3c8..18a948b 100644 --- a/param.ccl +++ b/param.ccl @@ -6,4 +6,4 @@ BOOLEAN timer_output "Print slabbing timings at shutdown time" STEERABLE=always BOOLEAN use_alltoallv "Use MPI_Alltoallv for communication?" STEERABLE=always { -} "yes" +} "no" -- cgit v1.2.3