aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 3be94cc..e3d2ae2 100644
--- a/param.ccl
+++ b/param.ccl
@@ -4,3 +4,7 @@
BOOLEAN timer_output "Print slabbing timings at shutdown time" STEERABLE=always
{
} "no"
+
+BOOLEAN use_alltoallv "Use MPI_Alltoallv for communication?" STEERABLE=always
+{
+} "yes"