Fixed the OpenMP barrier for the progress report which had a deadlock
This commit was SVN r22991.
Этот коммит содержится в:
родитель
8441b4f7e0
Коммит
1ae62f6fb6
@ -588,9 +588,14 @@ int main( int argc, const char** argv )
|
||||
}
|
||||
}
|
||||
|
||||
if(status && ready == false) {
|
||||
if ( status ) {
|
||||
# ifdef _OPENMP
|
||||
# pragma omp barrier
|
||||
# endif
|
||||
}
|
||||
|
||||
if ( status && ready == false ) {
|
||||
# ifdef _OPENMP
|
||||
# pragma omp single nowait
|
||||
# endif
|
||||
{
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user