Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ac8d3ccc authored by SYLVAND Guillaume's avatar SYLVAND Guillaume
Browse files

Remove 'execution_rank' in ztpqrt and ztpmqrt

parent 33db88f1
No related branches found
No related tags found
1 merge request!4Gs/dev
Pipeline #
......@@ -61,9 +61,6 @@ void MORSE_TASK_ztpmqrt( const MORSE_option_t *options,
STARPU_SCRATCH, options->ws_worker,
STARPU_PRIORITY, options->priority,
STARPU_CALLBACK, callback,
#if defined(CHAMELEON_USE_MPI)
STARPU_EXECUTE_ON_NODE, execution_rank,
#endif
#if defined(CHAMELEON_CODELETS_HAVE_NAME)
STARPU_NAME, "ztpmqrt",
#endif
......
......@@ -53,9 +53,6 @@ void MORSE_TASK_ztpqrt( const MORSE_option_t *options,
STARPU_SCRATCH, options->ws_worker,
STARPU_PRIORITY, options->priority,
STARPU_CALLBACK, callback,
#if defined(CHAMELEON_USE_MPI)
STARPU_EXECUTE_ON_NODE, execution_rank,
#endif
#if defined(CHAMELEON_CODELETS_HAVE_NAME)
STARPU_NAME, "ztpqrt",
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment