Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added adaptive algorithm to find optimal threshold over simulations
[simgrid.git] / src / simix / smx_private.h
index 34cf63e..11fe9e7 100644 (file)
@@ -32,6 +32,7 @@
 /* Define only for SimGrid benchmarking purposes */
 //#define TIME_BENCH_PER_SR /* this aims at measuring the time spent in each scheduling round per each thread. The code is thus run in sequential to bench separately each SSR */
 //#define TIME_BENCH_AMDAHL /* this aims at measuring the porting of time that could be parallelized at maximum (to get the optimal speedup by applying the amdahl law). */
+//#define ADAPTIVE_THRESHOLD /* this is to enable the adaptive threshold algorithm in raw contexts*/
 
 #ifdef TIME_BENCH_PER_SR
 void smx_ctx_raw_new_sr(void);