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
54f8c920
Commit
54f8c920
authored
7 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Fix arena init
parent
312bef7f
No related branches found
No related tags found
1 merge request
!92
Fix issue #8 and #4 - gitlab parsec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
runtime/parsec/control/runtime_descriptor.c
+2
-1
2 additions, 1 deletion
runtime/parsec/control/runtime_descriptor.c
with
2 additions
and
1 deletion
runtime/parsec/control/runtime_descriptor.c
+
2
−
1
View file @
54f8c920
...
...
@@ -280,7 +280,8 @@ void RUNTIME_desc_create( MORSE_desc_t *mdesc )
}
/* Register the new arena */
parsec_matrix_add2arena_tile
(
parsec_dtd_arenas
[
i
],
datatype
,
size
);
parsec_matrix_add2arena
(
parsec_dtd_arenas
[
i
],
datatype
,
matrix_UpperLower
,
1
,
mdesc
->
mb
,
mdesc
->
nb
,
mdesc
->
mb
,
PARSEC_ARENA_ALIGNMENT_SSE
,
-
1
);
arena
->
size
=
size
;
pdesc
->
arena_index
=
i
;
morse_parsec_nb_arenas
++
;
...
...
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