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
f175b885
Commit
f175b885
authored
6 months ago
by
PRUVOST Florent
Committed by
Mathieu Faverge
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Enable insert_task_zlacpy_on_remote_node
parent
3ff640a2
No related branches found
No related tags found
1 merge request
!483
Enable insert_task_zlacpy_on_remote_node
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
runtime/starpu/codelets/codelet_zlacpy.c
+2
-2
2 additions, 2 deletions
runtime/starpu/codelets/codelet_zlacpy.c
with
2 additions
and
2 deletions
runtime/starpu/codelets/codelet_zlacpy.c
+
2
−
2
View file @
f175b885
...
@@ -151,7 +151,7 @@ void INSERT_TASK_zlacpyx( const RUNTIME_option_t *options,
...
@@ -151,7 +151,7 @@ void INSERT_TASK_zlacpyx( const RUNTIME_option_t *options,
if
(
(
uplo
==
ChamUpperLower
)
&&
if
(
(
uplo
==
ChamUpperLower
)
&&
(
tileA
->
m
==
m
)
&&
(
tileA
->
n
==
n
)
&&
(
tileA
->
m
==
m
)
&&
(
tileA
->
n
==
n
)
&&
(
tileB
->
m
==
m
)
&&
(
tileB
->
n
==
n
)
&&
(
tileB
->
m
==
m
)
&&
(
tileB
->
n
==
n
)
&&
(
displA
==
0
)
&&
(
displB
==
0
)
&&
0
)
(
displA
==
0
)
&&
(
displB
==
0
)
)
{
{
#if defined(CHAMELEON_USE_MPI)
#if defined(CHAMELEON_USE_MPI)
insert_task_zlacpy_on_remote_node
(
options
,
insert_task_zlacpy_on_remote_node
(
options
,
...
@@ -227,7 +227,7 @@ void INSERT_TASK_zlacpy( const RUNTIME_option_t *options,
...
@@ -227,7 +227,7 @@ void INSERT_TASK_zlacpy( const RUNTIME_option_t *options,
/* Insert the task */
/* Insert the task */
if
(
(
uplo
==
ChamUpperLower
)
&&
if
(
(
uplo
==
ChamUpperLower
)
&&
(
tileA
->
m
==
m
)
&&
(
tileA
->
n
==
n
)
&&
(
tileA
->
m
==
m
)
&&
(
tileA
->
n
==
n
)
&&
(
tileB
->
m
==
m
)
&&
(
tileB
->
n
==
n
)
&&
0
)
(
tileB
->
m
==
m
)
&&
(
tileB
->
n
==
n
)
)
{
{
#if defined(CHAMELEON_USE_MPI)
#if defined(CHAMELEON_USE_MPI)
insert_task_zlacpy_on_remote_node
(
options
,
insert_task_zlacpy_on_remote_node
(
options
,
...
...
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