From 312891527081158191dd5f1ef1d85754ef9b9a55 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Fri, 21 Jan 2022 19:36:03 +0100
Subject: [PATCH] Polish

---
 Overlap/eddy_graph.sh.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Overlap/eddy_graph.sh.in b/Overlap/eddy_graph.sh.in
index f8f00b5b..e5c28f74 100644
--- a/Overlap/eddy_graph.sh.in
+++ b/Overlap/eddy_graph.sh.in
@@ -13,6 +13,7 @@ set -e
 ##set -x
 n_proc=$1
 shift
+echo "mpiexec: $mpiexec"
 ${mpiexec:-mpiexec} -n $n_proc @CMAKE_CURRENT_BINARY_DIR@/eddy_graph $*
 
 rm -f isolated_nodes.txt edgelist_unsorted.csv
-- 
GitLab