Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
5e687ea5
Commit
5e687ea5
authored
Jul 17, 2015
by
COULAUD Olivier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG EZTRACE git statusgit statusgit status
parent
c9a00713
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
CMakeLists.txt
CMakeLists.txt
+1
-1
Src/Core/FFmmAlgorithmThreadProc.hpp
Src/Core/FFmmAlgorithmThreadProc.hpp
+1
-5
No files found.
CMakeLists.txt
View file @
5e687ea5
...
...
@@ -648,7 +648,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
set
(
PKG_CONFIG_USE_CMAKE_PREFIX_PATH
"ON"
)
pkg_search_module
(
EZTrace REQUIRED eztrace
)
link_directories
(
${
EZTrace_LIBRARY_DIRS
}
)
link_libraries
(
${
EZTrace_LIBRARIES
}
-leztrace-m
emory
)
link_libraries
(
${
EZTrace_LIBRARIES
}
-leztrace-m
pi
)
include_directories
(
${
EZTrace_INCLUDE_DIRS
}
)
MESSAGE
(
STATUS
"EZTRACE:
${
EZTrace_INCLUDE_DIRS
}
${
EZTrace_LIBRARY_DIRS
}
${
EZTrace_LIBRARIES
}
"
)
CMAKE_DEPENDENT_OPTION
(
SCALFMM_TRACE_ALGO
"Set to ON to trace the full algorithm (all operators)"
ON
"SCALFMM_USE_EZTRACE"
OFF
)
...
...
Src/Core/FFmmAlgorithmThreadProc.hpp
View file @
5e687ea5
...
...
@@ -271,10 +271,6 @@ protected:
if
(
operationsToProceed
&
FFmmP2M
)
bottomPass
();
Timers
[
P2MTimer
].
tac
();
#ifdef SCALFMM_TRACE_ALGO
eztrace_leave_event
();
#endif
#ifdef SSCALFMM_TRACE_ALGO
eztrace_leave_event
();
eztrace_enter_event
(
"M2M"
,
EZTRACE_PINK
);
...
...
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