[argobots-discuss] Take a task out of an Argobot pool?

Quincey Koziol koziol at lbl.gov
Wed Feb 27 10:57:23 CST 2019


Hi all,
	I need to pull a task out of an Argobot pool and execute it “now”, in the current thread.  Any suggestions for the best way to do that?  I am thinking about calling ABT_task_cancel() to get it out of the pool, then just call the task_func (that we gave to ABT_task_create) directly from the place we took it out of the pool.  Will that work?   Is there a better way?

	Thanks,
		Quincey


More information about the discuss mailing list