Index: sources/test_regression/24082009/system.cpp
===================================================================
--- sources/test_regression/24082009/system.cpp	(revision 56)
+++ sources/test_regression/24082009/system.cpp	(revision 60)
@@ -42,4 +42,7 @@
     sc_signal<int> s1("s1"), s2("s2"), s3("s3"), s4("s4");
 
+    // Setup number of threads open-mp to 1 with the macro threads_omp()
+    threads_omp();
+
     A a("a");
     A b("b");
