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

    r55 r60  
    3232    const long long int ca = 0xf00000000LLU;
    3333    a = ca;
     34
     35    // Setup number of threads open-mp to 1 with the macro threads_omp()
     36    threads_omp();
    3437
    3538    test_t<param_t> test1, test2;
Note: See TracChangeset for help on using the changeset viewer.