Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
hilbertJoin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Martin Perdacher
hilbertJoin
Commits
380c9204
Commit
380c9204
authored
Apr 16, 2019
by
Martin Perdacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed memkind
parent
f9fb4f75
Pipeline
#541
passed with stage
in 2 minutes and 35 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
CMakeLists.txt
CMakeLists.txt
+12
-12
util/allocation.h
util/allocation.h
+1
-1
No files found.
CMakeLists.txt
View file @
380c9204
cmake_minimum_required
(
VERSION 3.6
)
project
(
ego2
)
project
(
hilbertJoin
)
## set gcc compiler, tested with gcc 6.1.0
# export CC=/opt/gcc6.1.0/usr/local/bin/gcc
...
...
@@ -50,24 +50,24 @@ set(CMAKE_CXX_FLAGS_DEBUG "-std=c++11 -march=knl -mtune=knl -fpic -ffast-math -
# add_executable(egoHilb ${SOURCE_FILES})
add_executable
(
hilbertJoinC
ardinalit
y
${
SOURCE_FILES_JOIN
}
)
add_executable
(
hilbertSelfJoinC
ardinalit
y
${
SOURCE_FILES_SELF
}
)
add_executable
(
hilbertJoinC
ountOnl
y
${
SOURCE_FILES_JOIN
}
)
add_executable
(
hilbertSelfJoinC
ountOnl
y
${
SOURCE_FILES_SELF
}
)
target_compile_definitions
(
hilbertJoinC
ardinalit
y PRIVATE -DCOUNT_ONLY
)
target_compile_definitions
(
hilbertSelfJoinC
ardinalit
y PRIVATE -DCOUNT_ONLY
)
target_compile_definitions
(
hilbertJoinC
ountOnl
y PRIVATE -DCOUNT_ONLY
)
target_compile_definitions
(
hilbertSelfJoinC
ountOnl
y PRIVATE -DCOUNT_ONLY
)
## for a
more
verbose version comment out the next two lines
# target_compile_definitions(hilbertJoinCardinalit
y PRIVATE -DOUTPUT)
# target_compile_definitions(hilbertSelfJoinCardinalit
y PRIVATE -DOUTPUT)
## for a
non-
verbose version comment out the next two lines
target_compile_definitions
(
hilbertJoinCountOnl
y PRIVATE -DOUTPUT
)
target_compile_definitions
(
hilbertSelfJoinCountOnl
y PRIVATE -DOUTPUT
)
if
(
$ENV{KBLOCK}
)
target_compile_definitions
(
hilbertJoinC
ardinalit
y PRIVATE -DKBLOCK=$ENV{KBLOCK}
)
target_compile_definitions
(
hilbertSelfJoinC
ardinalit
y PRIVATE -DKBLOCK=$ENV{KBLOCK}
)
target_compile_definitions
(
hilbertJoinC
ountOnl
y PRIVATE -DKBLOCK=$ENV{KBLOCK}
)
target_compile_definitions
(
hilbertSelfJoinC
ountOnl
y PRIVATE -DKBLOCK=$ENV{KBLOCK}
)
endif
()
if
(
$ENV{OMP_NUM_THREADS}
)
target_compile_definitions
(
hilbertJoinC
ardinalit
y PRIVATE -DNUM_THREADS=$ENV{OMP_NUM_THREADS}
)
target_compile_definitions
(
hilbertSelfJoinC
ardinalit
y PRIVATE -DNUM_THREADS=$ENV{OMP_NUM_THREADS}
)
target_compile_definitions
(
hilbertJoinC
ountOnl
y PRIVATE -DNUM_THREADS=$ENV{OMP_NUM_THREADS}
)
target_compile_definitions
(
hilbertSelfJoinC
ountOnl
y PRIVATE -DNUM_THREADS=$ENV{OMP_NUM_THREADS}
)
endif
()
...
...
util/allocation.h
View file @
380c9204
...
...
@@ -17,7 +17,7 @@
#endif
#endif
#include <hbwmalloc.h>
//
#include <hbwmalloc.h>
#include <errno.h>
#define ALIGNMENT 64
...
...
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