diff MasterLoop.c @ 129:ce02441b77cf

dependency tracking
author Nina Engelhardt
date Mon, 29 Aug 2011 19:12:06 +0200
parents 73fc5aafbe45
children 5475f90c248a
line diff
     1.1 --- a/MasterLoop.c	Wed Aug 24 16:07:38 2011 +0200
     1.2 +++ b/MasterLoop.c	Mon Aug 29 19:12:06 2011 +0200
     1.3 @@ -155,7 +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 +               //print_record_human_readable(lastRecord);
     1.9                 //create new entry in record array
    1.10                 CounterRecord* newRecord = VMS__malloc(sizeof(CounterRecord));
    1.11                 newRecord->req_core = thisCoresIdx;