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
8270ed54
Commit
8270ed54
authored
7 years ago
by
THIBAULT Samuel
Browse files
Options
Downloads
Patches
Plain Diff
Fix calling morse_desc_iscached
parent
f0c6081c
No related branches found
No related tags found
1 merge request
!30
Memaccess iscached
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
runtime/starpu/include/morse_starpu.h
+1
-1
1 addition, 1 deletion
runtime/starpu/include/morse_starpu.h
with
1 addition
and
1 deletion
runtime/starpu/include/morse_starpu.h
+
1
−
1
View file @
8270ed54
...
...
@@ -93,7 +93,7 @@ int RUNTIME_desc_iscached(const MORSE_desc_t *A, int Am, int An);
#if defined(CHAMELEON_USE_MPI)
# if defined(HAVE_STARPU_MPI_CACHED_RECEIVE)
# define RUNTIME_ACCESS_WRITE_CACHED(A, Am, An)
if (morse
_desc_iscached(A, Am, An)) __morse_need_submit = 1
# define RUNTIME_ACCESS_WRITE_CACHED(A, Am, An)
do { if (RUNTIME
_desc_iscached(A, Am, An)) __morse_need_submit = 1
; } while(0)
# else
# warning "WAR dependencies need starpu_mpi_cached_receive support from StarPU 1.2.1 or greater"
# define RUNTIME_ACCESS_WRITE_CACHED(A, Am, An)
...
...
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