[med-svn] [SCM] aghermann branch, master, updated. 4f7a3b774136ffffbaf9b05d90bd568347bc5461

andrei zavada johnhommer at gmail.com
Fri Nov 16 00:50:27 UTC 2012


The following commit has been merged in the master branch:
commit 7c247d2758b82eed2b334b0c9f3e087fadc0d119
Author: andrei zavada <johnhommer at gmail.com>
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



More information about the debian-med-commit mailing list