|
Legion Runtime
|
#include <mapping.h>
Public Attributes | |
| MapperEvent | mapper_event |
| const void * | result |
| size_t | result_size |
The handle_task_result call is made after the mapper has requested an external computation be run by calling 'launch_mapper_task'. This calls gives the 'mapper_event' that says which task result is being returned. The result is passed in a buffer call 'result' of 'result_size' bytes. The mapper must make a copy of this buffer if it wants the data to remain persistent.