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/04052005/system.cpp

    r55 r60  
    2323    e = 0x11;
    2424    f = 0x1A0;
     25
     26    // Setup number of threads open-mp to 1 with the macro threads_omp()
     27    threads_omp();
    2528
    2629    cout << "a = 0x" << hex << (unsigned int) a << " = " << a.to_string(SC_BIN) << "\n";
Note: See TracChangeset for help on using the changeset viewer.