The following commit has been merged in the master branch:
commit 2bec0bc917e4535b79f007ae50372384d7647041
Author: andrei zavada <[email protected]>
Date:   Sun Oct 28 01:12:02 2012 +0300

    remove redundant #pragma omp barrier

diff --git a/src/expdesign/primaries.cc b/src/expdesign/primaries.cc
index ceb43f9..953c053 100644
--- a/src/expdesign/primaries.cc
+++ b/src/expdesign/primaries.cc
@@ -149,9 +149,6 @@ for_all_subjects( const TSubjectOpFun& F, const 
TSubjectReportFun& report, const
                }
                F( *get<1>(v[i]));
        }
-#ifdef _OPENMP
-#pragma omp barrier
-#endif
 }
 
 
@@ -183,9 +180,6 @@ for_all_episodes( const TEpisodeOpFun& F, const 
TEpisodeReportFun& report, const
                }
                F( *get<3>(v[i]));
        }
-#ifdef _OPENMP
-#pragma omp barrier
-#endif
 }
 
 
@@ -222,9 +216,6 @@ for_all_recordings( const TRecordingOpFun& F, const 
TRecordingReportFun& report,
                }
                F( *get<4>(v[i]));
        }
-#ifdef _OPENMP
-#pragma omp barrier
-#endif
 }
 
 void
@@ -266,9 +257,6 @@ for_all_modruns( const TModelRunOpFun& F, const 
TModelRunReportFun& report, cons
                }
                F( *get<6>(v[i]));
        }
-#ifdef _OPENMP
-#pragma omp barrier
-#endif
 }
 
 

-- 
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