Allow OpenMP tasks to run again
This commit is contained in:
parent
84ae4ee056
commit
e4b87609e7
@ -153,6 +153,9 @@ create_task(struct emu *emu)
|
||||
* task, so we relax the model to allow this for now. */
|
||||
uint32_t flags = TASK_FLAG_RELAX_NESTING;
|
||||
|
||||
/* https://gitlab.pm.bsc.es/rarias/ovni/-/issues/208 */
|
||||
flags |= TASK_FLAG_RESURRECT;
|
||||
|
||||
if (task_create(info, typeid, taskid, flags) != 0) {
|
||||
err("task_create failed");
|
||||
return -1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user