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

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


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



More information about the debian-med-commit mailing list