From 775cfa66d77c4dae596c84070ffb0e905ac7863b Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 26 Sep 2024 19:27:44 +0200 Subject: [PATCH] Set default of distributed_davidson to false --- src/davidson_keywords/EZFIO.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/davidson_keywords/EZFIO.cfg b/src/davidson_keywords/EZFIO.cfg index 6337b96f..81b7f949 100644 --- a/src/davidson_keywords/EZFIO.cfg +++ b/src/davidson_keywords/EZFIO.cfg @@ -48,7 +48,7 @@ default: false [distributed_davidson] type: logical -doc: If |true|, use the distributed algorithm -default: True +doc: If |true|, use the distributed algorithm. If you plan to run multi-node calculations, set this to true before running. +default: False interface: ezfio,provider,ocaml