Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
e2bcc72b
Commit
e2bcc72b
authored
Mar 17, 2017
by
THIBAULT Samuel
Browse files
fix build
parent
075986df
Changes
1
Show whitespace changes
Inline
Side-by-side
runtime/starpu/control/runtime_descriptor.c
View file @
e2bcc72b
...
...
@@ -78,7 +78,7 @@ void *RUNTIME_mat_alloc( size_t size)
void
RUNTIME_mat_free
(
void
*
mat
,
size_t
size
)
{
#if defined(CHAMELEON_SIMULATION) && !defined(STARPU_MALLOC_SIMULATION_FOLDED) && !defined(CHAMELEON_USE_MPI)
return
(
void
*
)
1
;
return
;
#else
starpu_free_flags
(
mat
,
size
,
STARPU_MALLOC_PINNED
|
FOLDED
|
STARPU_MALLOC_COUNT
);
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment