Changeset: 39fa8b51660b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=39fa8b51660b
Modified Files:
        monetdb5/scheduler/run_multicore.h
Branch: mutation
Log Message:

Silence compilers.


diffs (14 lines):

diff --git a/monetdb5/scheduler/run_multicore.h 
b/monetdb5/scheduler/run_multicore.h
--- a/monetdb5/scheduler/run_multicore.h
+++ b/monetdb5/scheduler/run_multicore.h
@@ -55,8 +55,8 @@ typedef struct MUTANT{
        lng globalMinExec;      // Global minimum execution time
        int globalMinRun;       // Run which corresponds to global min
        int currentRun;         // This run number
-       flt credit;             // decrease in execution time with respect to 
previous mutation, adds credit points to current mutation
-       flt debit;              // increase in execution time with respect to 
previous mutation, addss debit points to current mutation
+       dbl credit;             // decrease in execution time with respect to 
previous mutation, adds credit points to current mutation
+       dbl debit;              // increase in execution time with respect to 
previous mutation, addss debit points to current mutation
                                // The decision to whether the current run 
should be executed or not is taken based on "credit - debit". 
                                // If "credit - debit" is atleast 1 current run 
is executed.
        flt baseDebit;          // The dynamic debit rate calculated when first 
threshold of NUM_OF_CORES is calculated
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to