From 2293a9c3b745b763a83185df40a2f425b49c97f1 Mon Sep 17 00:00:00 2001
From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch>
Date: Mon, 11 Jan 2021 17:18:27 +0100
Subject: [PATCH] more output for initialization

---
 src/inital.F90 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/inital.F90 b/src/inital.F90
index dec1ff5c..3d915952 100644
--- a/src/inital.F90
+++ b/src/inital.F90
@@ -13,10 +13,9 @@ SUBROUTINE inital
 
   implicit none
 
-  real :: start_init, end_init, time_estimation
-
   CALL set_updatetlevel(1)
 
+  IF (my_id .EQ. 0) WRITE(*,*) 'Evaluate kernels'
   CALL evaluate_kernels
 
   !!!!!! Set the moments arrays Nepj, Nipj !!!!!!
-- 
GitLab