Index: /issm/trunk-jpl/src/c/classes/FemModel.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/FemModel.cpp	(revision 27305)
+++ /issm/trunk-jpl/src/c/classes/FemModel.cpp	(revision 27306)
@@ -981,5 +981,6 @@
 		solution_memory=profiler->Memory(CORE);
 
-		_printf0_("\nCore solution profiling\n");
+		_printf0_("\n======================================================\n");
+		_printf0_("Core solution profiling\n");
 		_printf0_("   elapsed time    : " << solution_time   << " Seconds\n");
 		_printf0_("   number of flops : " << solution_flops  << " Flops\n");
@@ -987,5 +988,5 @@
 
 		/*Individual cores*/
-		_printf0_("Individual core profiling\n");
+		_printf0_("\nIndividual core profiling\n");
 		if(profiler->Used(THERMALCORE)) _printf0_("   "<<setw(40)<<left<<"Thermal core elapsed time:"<<setw(7)<<setprecision(6)<<profiler->TotalTime(THERMALCORE) << " sec\n");
 		if(profiler->Used(HYDROLOGYCORE)) _printf0_("   "<<setw(40)<<left<<"Hydrology core elapsed time:"<<setw(7)<<setprecision(6)<<profiler->TotalTime(HYDROLOGYCORE) << " sec\n");
@@ -1024,5 +1025,5 @@
 		_printf0_("   memory used     : " << solution_memory << " Bytes\n");
 		#endif
-		_printf0_("\n");
+		_printf0_("======================================================\n");
 	}
 }
