Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1de599d7 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

control: Remove commented code

parent 98b3a53b
No related branches found
No related tags found
1 merge request!401Add all the architecture to manage multi-precision data descriptors.
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* @author Raphael Boucherie * @author Raphael Boucherie
* @author Samuel Thibault * @author Samuel Thibault
* @author Lionel Eyraud-Dubois * @author Lionel Eyraud-Dubois
* @date 2023-07-05 * @date 2023-07-06
* *
*** ***
* *
...@@ -500,12 +500,6 @@ int CHAMELEON_Desc_Create( CHAM_desc_t **descptr, void *mat, cham_flttype_t dtyp ...@@ -500,12 +500,6 @@ int CHAMELEON_Desc_Create( CHAM_desc_t **descptr, void *mat, cham_flttype_t dtyp
{ {
blkrankof_fct_t get_rankof = NULL; blkrankof_fct_t get_rankof = NULL;
/* if (getenv("CHAMELEON_1Dx1D_DISTRIBUTION")){ */
/* printf("[CHAMELEON] : Using 1Dx1D distribubtion\n"); */
/* get_rankof = chameleon_getrankof_custom; */
/* load_dist(&custom_dist_a, m, n, mb, nb); */
/* } */
return CHAMELEON_Desc_Create_User( descptr, mat, dtyp, mb, nb, bsiz, return CHAMELEON_Desc_Create_User( descptr, mat, dtyp, mb, nb, bsiz,
lm, ln, i, j, m, n, p, q, lm, ln, i, j, m, n, p, q,
NULL, NULL, get_rankof, NULL ); NULL, NULL, get_rankof, NULL );
......
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