Index: sources/test_regression/14092005/system.cpp
===================================================================
--- sources/test_regression/14092005/system.cpp	(revision 56)
+++ sources/test_regression/14092005/system.cpp	(revision 60)
@@ -48,4 +48,7 @@
     sc_signal<int> s[10];
     hard a("a");
+
+    // Setup number of threads open-mp to 1 with the macro threads_omp()
+    threads_omp();
 
     a.clk(clk1);
