Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
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
Show 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")
endif
()
add_library
(
tmpi SHARED
Rank.cpp
Rank.h
RankControl.cpp
RankControl.h
Timing.cpp
Timing.h
Wrapper.cpp
Wrapper.h
teaMPI.cpp
teaMPI.h
CommStats.cpp
CommStats.h
)
lib/
Rank.cpp
lib/
Rank.h
lib/
RankControl.cpp
lib/
RankControl.h
lib/
Timing.cpp
lib/
Timing.h
lib/
Wrapper.cpp
lib/
Wrapper.h
lib/
teaMPI.cpp
lib/
teaMPI.h
lib/
CommStats.cpp
lib/
CommStats.h
)
if
(
ENABLE_SMARTMPI
)
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