Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
INMOST
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Kirill Terekhov
INMOST
Commits
e37182e6
Commit
e37182e6
authored
Sep 26, 2018
by
Kirill Terekhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change gridtools and testsuite names
parent
87bc51d8
Pipeline
#136
failed with stages
in 6 minutes and 54 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
209 additions
and
209 deletions
+209
-209
Examples/GridTools/CMakeLists.txt
Examples/GridTools/CMakeLists.txt
+42
-42
Examples/TestSuite/CMakeLists.txt
Examples/TestSuite/CMakeLists.txt
+167
-167
No files found.
Examples/GridTools/CMakeLists.txt
View file @
e37182e6
...
...
@@ -18,13 +18,13 @@ add_executable(SameMeshDifference difference_same.cpp)
add_executable
(
MeshDifference difference_map.cpp
)
add_executable
(
Kmeans kmeans.cpp
)
add_executable
(
Agglomerate agglomerate.cpp
)
add_executable
(
acute_
grid
acute_grid.cpp
)
add_executable
(
disturbed_
grid
disturbed_grid.cpp
)
add_executable
(
hex_
grid
hex_grid.cpp
)
add_executable
(
kershaw_
grid
kershaw_grid.cpp
)
add_executable
(
nonconvex_
grid
nonconvex_grid.cpp
)
add_executable
(
shestakov_
grid
shestakov_grid.cpp
)
add_executable
(
sinusoidal_
grid
sinusoidal_grid.cpp
)
add_executable
(
acute_
mesh
acute_grid.cpp
)
add_executable
(
disturbed_
mesh
disturbed_grid.cpp
)
add_executable
(
hex_
mesh
hex_grid.cpp
)
add_executable
(
kershaw_
mesh
kershaw_grid.cpp
)
add_executable
(
nonconvex_
mesh
nonconvex_grid.cpp
)
add_executable
(
shestakov_
mesh
shestakov_grid.cpp
)
add_executable
(
sinusoidal_
mesh
sinusoidal_grid.cpp
)
add_library
(
FractureLib fracture.cpp fracture.h
)
target_link_libraries
(
FixFaults inmost
)
...
...
@@ -214,75 +214,75 @@ if(USE_MPI)
endif
(
USE_MPI
)
install
(
TARGETS Agglomerate EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
target_link_libraries
(
acute_
grid
inmost
)
target_link_libraries
(
acute_
mesh
inmost
)
if
(
USE_MPI
)
message
(
"linking acute_
grid
with MPI"
)
target_link_libraries
(
acute_
grid
${
MPI_LIBRARIES
}
)
message
(
"linking acute_
mesh
with MPI"
)
target_link_libraries
(
acute_
mesh
${
MPI_LIBRARIES
}
)
if
(
MPI_LINK_FLAGS
)
set_target_properties
(
acute_
grid
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
set_target_properties
(
acute_
mesh
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
endif
()
endif
(
USE_MPI
)
install
(
TARGETS acute_
grid
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
install
(
TARGETS acute_
mesh
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
target_link_libraries
(
disturbed_
grid
inmost
)
target_link_libraries
(
disturbed_
mesh
inmost
)
if
(
USE_MPI
)
message
(
"linking disturbed_
grid
with MPI"
)
target_link_libraries
(
disturbed_
grid
${
MPI_LIBRARIES
}
)
message
(
"linking disturbed_
mesh
with MPI"
)
target_link_libraries
(
disturbed_
mesh
${
MPI_LIBRARIES
}
)
if
(
MPI_LINK_FLAGS
)
set_target_properties
(
disturbed_
grid
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
set_target_properties
(
disturbed_
mesh
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
endif
()
endif
(
USE_MPI
)
install
(
TARGETS disturbed_
grid
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
install
(
TARGETS disturbed_
mesh
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
target_link_libraries
(
hex_
grid
inmost
)
target_link_libraries
(
hex_
mesh
inmost
)
if
(
USE_MPI
)
message
(
"linking hex_
grid
with MPI"
)
target_link_libraries
(
hex_
grid
${
MPI_LIBRARIES
}
)
message
(
"linking hex_
mesh
with MPI"
)
target_link_libraries
(
hex_
mesh
${
MPI_LIBRARIES
}
)
if
(
MPI_LINK_FLAGS
)
set_target_properties
(
hex_
grid
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
set_target_properties
(
hex_
mesh
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
endif
()
endif
(
USE_MPI
)
install
(
TARGETS hex_
grid
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
install
(
TARGETS hex_
mesh
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
target_link_libraries
(
kershaw_
grid
inmost
)
target_link_libraries
(
kershaw_
mesh
inmost
)
if
(
USE_MPI
)
message
(
"linking kershaw_
grid
with MPI"
)
target_link_libraries
(
kershaw_
grid
${
MPI_LIBRARIES
}
)
message
(
"linking kershaw_
mesh
with MPI"
)
target_link_libraries
(
kershaw_
mesh
${
MPI_LIBRARIES
}
)
if
(
MPI_LINK_FLAGS
)
set_target_properties
(
kershaw_
grid
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
set_target_properties
(
kershaw_
mesh
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
endif
()
endif
(
USE_MPI
)
install
(
TARGETS kershaw_
grid
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
install
(
TARGETS kershaw_
mesh
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
target_link_libraries
(
nonconvex_
grid
inmost
)
target_link_libraries
(
nonconvex_
mesh
inmost
)
if
(
USE_MPI
)
message
(
"linking nonconvex_
grid
with MPI"
)
target_link_libraries
(
nonconvex_
grid
${
MPI_LIBRARIES
}
)
message
(
"linking nonconvex_
mesh
with MPI"
)
target_link_libraries
(
nonconvex_
mesh
${
MPI_LIBRARIES
}
)
if
(
MPI_LINK_FLAGS
)
set_target_properties
(
nonconvex_
grid
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
set_target_properties
(
nonconvex_
mesh
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
endif
()
endif
(
USE_MPI
)
install
(
TARGETS nonconvex_
grid
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
install
(
TARGETS nonconvex_
mesh
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
target_link_libraries
(
shestakov_
grid
inmost
)
target_link_libraries
(
shestakov_
mesh
inmost
)
if
(
USE_MPI
)
message
(
"linking shestakov_
grid
with MPI"
)
target_link_libraries
(
shestakov_
grid
${
MPI_LIBRARIES
}
)
message
(
"linking shestakov_
mesh
with MPI"
)
target_link_libraries
(
shestakov_
mesh
${
MPI_LIBRARIES
}
)
if
(
MPI_LINK_FLAGS
)
set_target_properties
(
shestakov_
grid
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
set_target_properties
(
shestakov_
mesh
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
endif
()
endif
(
USE_MPI
)
install
(
TARGETS shestakov_
grid
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
install
(
TARGETS shestakov_
mesh
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
target_link_libraries
(
sinusoidal_
grid
inmost
)
target_link_libraries
(
sinusoidal_
mesh
inmost
)
if
(
USE_MPI
)
message
(
"linking sinusoidal_
grid
with MPI"
)
target_link_libraries
(
sinusoidal_
grid
${
MPI_LIBRARIES
}
)
message
(
"linking sinusoidal_
mesh
with MPI"
)
target_link_libraries
(
sinusoidal_
mesh
${
MPI_LIBRARIES
}
)
if
(
MPI_LINK_FLAGS
)
set_target_properties
(
sinusoidal_
grid
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
set_target_properties
(
sinusoidal_
mesh
PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
endif
()
endif
(
USE_MPI
)
install
(
TARGETS sinusoidal_
grid
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
install
(
TARGETS sinusoidal_
mesh
EXPORT inmost-targets RUNTIME DESTINATION bin/GridTools
)
set_property
(
TARGET FractureLib PROPERTY PUBLIC_HEADER
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/fracture.h"
)
...
...
Examples/TestSuite/CMakeLists.txt
View file @
e37182e6
This diff is collapsed.
Click to expand it.
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