Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Weinzierl
teaMPI
Commits
cba6d1e9
Commit
cba6d1e9
authored
May 06, 2021
by
Philipp Samfaß
Browse files
moved CMakeLists to main dir
parent
aef62518
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/
CMakeLists.txt
→
CMakeLists.txt
View file @
cba6d1e9
...
@@ -35,18 +35,18 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
...
@@ -35,18 +35,18 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
endif
()
endif
()
add_library
(
tmpi SHARED
add_library
(
tmpi SHARED
Rank.cpp
lib/
Rank.cpp
Rank.h
lib/
Rank.h
RankControl.cpp
lib/
RankControl.cpp
RankControl.h
lib/
RankControl.h
Timing.cpp
lib/
Timing.cpp
Timing.h
lib/
Timing.h
Wrapper.cpp
lib/
Wrapper.cpp
Wrapper.h
lib/
Wrapper.h
teaMPI.cpp
lib/
teaMPI.cpp
teaMPI.h
lib/
teaMPI.h
CommStats.cpp
lib/
CommStats.cpp
CommStats.h
)
lib/
CommStats.h
)
if
(
ENABLE_SMARTMPI
)
if
(
ENABLE_SMARTMPI
)
find_library
(
SMARTMPI smartmpi HINTS
"$ENV{SMARTMPI_PATH}/build/smartmpi_lib"
)
find_library
(
SMARTMPI smartmpi HINTS
"$ENV{SMARTMPI_PATH}/build/smartmpi_lib"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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