Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
de753167
Commit
de753167
authored
May 11, 2015
by
BRAMAS Berenger
Browse files
update dyn starpu block
parent
fbbe1fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/GroupTree/Core/FGroupOfParticlesDyn.hpp
View file @
de753167
...
...
@@ -117,12 +117,12 @@ public:
// Allocate
allocatedMemoryInByteSymb
=
memoryToAllocSymb
;
memoryBuffer
=
(
unsigned
char
*
)
FAlignedMemory
::
AllocateBytes
<
MemoryAlignementBytes
>
(
memoryToAllocSymb
);
FAssertLF
(
memoryBuffer
);
FAssertLF
(
memoryBuffer
||
!
totalSymb
);
memset
(
memoryBuffer
,
0
,
memoryToAllocSymb
);
allocatedMemoryInByteDown
=
totalDown
;
downPart
=
(
unsigned
char
*
)
FAlignedMemory
::
AllocateBytes
<
MemoryAlignementBytes
>
(
allocatedMemoryInByteDown
);
FAssertLF
(
downPart
);
FAssertLF
(
downPart
||
!
totalDown
);
memset
(
downPart
,
0
,
allocatedMemoryInByteDown
);
// Move the pointers to the correct position
...
...
Write
Preview
Supports
Markdown
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