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

finishing/completing changeset 39fa8b51660b


diffs (12 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
@@ -59,7 +59,7 @@ typedef struct MUTANT{
        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
+       dbl baseDebit;          // The dynamic debit rate calculated when first 
threshold of NUM_OF_CORES is calculated
        
 } *Mutant;
 
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to