- Timestamp:
- Dec 12, 2014, 4:52:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/top.cpp
r904 r906 513 513 omp_set_dynamic(false); 514 514 omp_set_num_threads(threads_nr); 515 std::cerr << "Built with openmp version " << _OPENMP << std::endl; 515 std::cerr << "Built with openmp version " << _OPENMP 516 << " / numthreads = " << threads_nr << std::endl; 516 517 #endif 517 518 … … 1503 1504 1504 1505 // cycles between stats 1505 const size_t stats_period = 1 00000;1506 const size_t stats_period = 150000; 1506 1507 const size_t simul_period = debug_ok ? debug_period : stats_period; 1507 1508
Note: See TracChangeset
for help on using the changeset viewer.