mismatch of make_key and key_print

Issue #233 resolved
Qinglei Cao created an issue

In make_key function for each task class, it’s associated with the minimal index of each local assignment (e.g. m_min, n_min), but in key_print in __jdf2c_key_fns_taskclassName_key_print and ***_internal_init_deps_key_functions_key_print, there is not relationship with m_min and n_min to retrieve the task indices.

Comments (6)

  1. George Bosilca

    I don’t understand what this issue is talking about. What is jdf2c_key_fns_taskclassName_key_print ? Or _internal_init_deps_key_functions_key_print ?

  2. Log in to comment