Index: /issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp
===================================================================
--- /issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp	(revision 22904)
+++ /issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp	(revision 22905)
@@ -2,5 +2,5 @@
  * \brief: core of the control solution 
  */ 
-
+#include <ctime>
 #include <config.h>
 #include "./cores.h"
@@ -178,5 +178,6 @@
 	/*Turning off trace tape*/
 	trace_off();
-
+time_t now = time(NULL);
+if(my_rank==0) _printf_("\nTIME: "<<now<<"\n");
 	/*Print tape statistics so that user can kill this run if something is off already:*/
 	if(VerboseAutodiff()){ /*{{{*/
