Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
1de599d7
Commit
1de599d7
authored
1 year ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
control: Remove commented code
parent
98b3a53b
No related branches found
No related tags found
1 merge request
!401
Add all the architecture to manage multi-precision data descriptors.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
control/descriptor.c
+1
-7
1 addition, 7 deletions
control/descriptor.c
with
1 addition
and
7 deletions
control/descriptor.c
+
1
−
7
View file @
1de599d7
...
@@ -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-0
5
* @date 2023-07-0
6
*
*
***
***
*
*
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment