Changeset 806 for soft


Ignore:
Timestamp:
Mar 16, 2016, 3:54:04 PM (8 years ago)
Author:
alain
Message:

cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/ocean/main.c

    r799 r806  
    533533    }
    534534
    535     snprintf( string , 256 , "\n--- ocean : (%dx%dx%d) procs on (%dx%d) grid ---\n",
     535    snprintf( string , 256 , "\n--- OCEAN : (%dx%dx%d) procs on (%dx%d) grid ---\n",
    536536                             mesh_x_size, mesh_y_size, procs_per_cluster ,
    537537                             DEFAULT_M , DEFAULT_M );
     
    580580    }
    581581
     582    // close instrumentation file and exit
     583    giet_fat_close( fd );
     584
    582585    giet_pthread_exit("main completed");
    583586
Note: See TracChangeset for help on using the changeset viewer.