The following commit has been merged in the master branch:
commit 7c247d2758b82eed2b334b0c9f3e087fadc0d119
Author: andrei zavada <[email protected]>
Date:   Tue Oct 23 19:21:55 2012 +0300

    place an OMP barrier before populate_1

diff --git a/src/ui/ed-populate.cc b/src/ui/ed-populate.cc
index c421b16..33b6989 100644
--- a/src/ui/ed-populate.cc
+++ b/src/ui/ed-populate.cc
@@ -352,6 +352,10 @@ populate_1()
        if ( ED->groups.empty() )
                return;
 
+#ifdef _OPENMP
+#pragma omp barrier
+#endif
+
       // touch toolbar controls
        suppress_redraw = true;
        gtk_spin_button_set_value( eMsmtOpFreqFrom, operating_range_from);

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to