Ignore:
Timestamp:
Feb 14, 2017, 11:30:19 AM (7 years ago)
Author:
meunier
Message:
  • Intégration des modifications de Clément, qui a intégré la version parallélisée de systemcass faite par Manuel.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/28102005/system.cpp

    r55 r60  
    4747    sc_clock clk("clock");
    4848
     49    // Setup number of threads open-mp to 1 with the macro threads_omp()
     50    threads_omp();
     51
    4952    check_time(0);
    5053    sc_start(sc_time(0, sc_core::SC_NS));
Note: See TracChangeset for help on using the changeset viewer.