Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
solverstack
ScalFMM
Commits
9eaf5ce1
Commit
9eaf5ce1
authored
Jun 18, 2015
by
COULAUD Olivier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New scripts to plot operators time and memory used in M2L steps
parent
4f2093c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
CMakeLists.txt
CMakeLists.txt
+2
-3
Utils/scripts/cmpOpenMPAlgo.slurm
Utils/scripts/cmpOpenMPAlgo.slurm
+4
-4
No files found.
CMakeLists.txt
View file @
9eaf5ce1
...
...
@@ -196,7 +196,8 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
else
(
APPLE
)
# Not apple system - Check the compiler flags
if
(
CMAKE_CXX_COMPILER_ID STREQUAL
"Intel"
)
set
(
SCALFMM_FLAGS_OPTI_RELEASE
"-fp-model precise -fp-model source -fimf-precision=low -funroll-loops -ftree-vectorize"
#set(SCALFMM_FLAGS_OPTI_RELEASE "-fp-model precise -fp-model source -fimf-precision=low -funroll-loops -ftree-vectorize"
set
(
SCALFMM_FLAGS_OPTI_RELEASE
"-funroll-loops -ftree-vectorize"
CACHE STRING
"Set your optimization flags for release mode."
)
# set(SCALFMM_FLAGS_OPTI_RELEASE "-funroll-loops -ftree-vectorize" CACHE STRING
# "Set your optimization flags for release mode.")
...
...
@@ -626,10 +627,8 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
if
(
PKG_CONFIG_FOUND
)
MESSAGE
(
WARNING
"PKG-CONFIG found"
)
set
(
PKG_CONFIG_USE_CMAKE_PREFIX_PATH
"ON"
)
set
(
CMAKE_PREFIX_PATH
"/cm/shared/dev/apps/trace/eztrace/1.0/lib/pkgconfig/"
)
pkg_search_module
(
EZTrace REQUIRED eztrace
)
link_directories
(
${
EZTrace_LIBRARY_DIRS
}
)
# link_libraries(/cm/shared/dev/apps/trace/eztrace/1.0/lib/libeztrace.so /cm/shared/dev/apps/trace/eztrace/1.0/lib/libeztrace-memory.so)# ${EZTrace_LIBRARIES})
link_libraries
(
${
EZTrace_LIBRARIES
}
-leztrace-memory
)
include_directories
(
${
EZTrace_INCLUDE_DIRS
}
)
MESSAGE
(
WARNING
"EZTRACE:
${
EZTrace_INCLUDE_DIRS
}
${
EZTrace_LIBRARY_DIRS
}
${
EZTrace_LIBRARIES
}
"
)
...
...
Utils/scripts/cmpOpenMPAlgo.slurm
View file @
9eaf5ce1
...
...
@@ -28,13 +28,13 @@ cd $project_dir/BuildIntel2016
#
# INTEL
#
#
module add compiler/gcc/5.1.0 compiler/intel/64/2016_beta
#
cd $project_dir/BuildIntel2016
module add compiler/gcc/5.1.0 compiler/intel/64/2016_beta
cd
$project_dir
/BuildIntel2016
#
# GCC
#
module add compiler/gcc/5.1.0 intel/mkl/64/11.2/2015.3.187
cd
$project_dir
/BuildGCC51
#
module add compiler/gcc/5.1.0 intel/mkl/64/11.2/2015.3.187
#
cd $project_dir/BuildGCC51
#
# For eztrace
#
...
...
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