Ignore:
Timestamp:
Dec 12, 2014, 4:52:47 PM (9 years ago)
Author:
cfuguet
Message:

reconf: improve platform configuration scripts for OpenMP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/top.cpp

    r904 r906  
    513513   omp_set_dynamic(false);
    514514   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;
    516517#endif
    517518
     
    15031504
    15041505   // cycles between stats
    1505    const size_t stats_period = 100000;
     1506   const size_t stats_period = 150000;
    15061507   const size_t simul_period = debug_ok ? debug_period : stats_period;
    15071508
Note: See TracChangeset for help on using the changeset viewer.