Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 02d1f00b authored by berenger-bramas's avatar berenger-bramas
Browse files

Improve fmm mpi.

But the program failled to dealloc a memory in hybrid mode.
Because of MPI an array is used, and when it is used with openmp a dealloc problem exists.
But this problem does not exist on platfrim...
Need to check again.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@75 2616d619-271b-44dc-8df4-d4a8f33a7222
parent da8a71df
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ endif() ...@@ -34,7 +34,6 @@ endif()
# Compile option # Compile option
ADD_DEFINITIONS(-O2 -Wall -Wshadow -Wpointer-arith -Wcast-qual) ADD_DEFINITIONS(-O2 -Wall -Wshadow -Wpointer-arith -Wcast-qual)
CONFIGURE_FILE( ${CMAKE_SOURCE_DIR}/Src/ScalFmmConfig.h.cmake CONFIGURE_FILE( ${CMAKE_SOURCE_DIR}/Src/ScalFmmConfig.h.cmake
${CMAKE_BINARY_DIR}/Src/ScalFmmConfig.h ) ${CMAKE_BINARY_DIR}/Src/ScalFmmConfig.h )
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment