diff MasterLoop.c @ 112:fac1d896f6e9

fixed: incomplete initialization of first record in vp
author Nina Engelhardt
date Mon, 15 Aug 2011 18:54:19 +0200
parents b1817e2451b1
children 73fc5aafbe45
line diff
     1.1 --- a/MasterLoop.c	Fri Aug 05 18:03:07 2011 +0200
     1.2 +++ b/MasterLoop.c	Mon Aug 15 18:54:19 2011 +0200
     1.3 @@ -155,6 +155,7 @@
     1.4                 //End of task, start of next task
     1.5                 //print counters from last run
     1.6                 print_record_csv_to_file(lastRecord,_VMSMasterEnv->counteroutput);
     1.7 +               print_record_human_readable(lastRecord);
     1.8                 //create new entry in record array
     1.9                 CounterRecord* newRecord = VMS__malloc(sizeof(CounterRecord));
    1.10                 newRecord->req_core = thisCoresIdx;