Skip to content

Commit 184673f

Browse files
authored
soft
1 parent 484beda commit 184673f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/task/include/task.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class Task {
179179
} else {
180180
functions_order_.clear();
181181
}
182-
omp_pause_resource_all(omp_pause_hard);
182+
omp_pause_resource_all(omp_pause_soft);
183183
}
184184

185185
protected:

0 commit comments

Comments
 (0)