Index: /soft/giet_vm/applications/ocean/main.c
===================================================================
--- /soft/giet_vm/applications/ocean/main.c	(revision 805)
+++ /soft/giet_vm/applications/ocean/main.c	(revision 806)
@@ -533,5 +533,5 @@
     }
 
-    snprintf( string , 256 , "\n--- ocean : (%dx%dx%d) procs on (%dx%d) grid ---\n",
+    snprintf( string , 256 , "\n--- OCEAN : (%dx%dx%d) procs on (%dx%d) grid ---\n",
                              mesh_x_size, mesh_y_size, procs_per_cluster , 
                              DEFAULT_M , DEFAULT_M );
@@ -580,4 +580,7 @@
     }
 
+    // close instrumentation file and exit
+    giet_fat_close( fd );
+
     giet_pthread_exit("main completed");
 
