Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tbgl
tools
arbd
Commits
be85a0b7
Commit
be85a0b7
authored
2 years ago
by
cmaffeo2
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into HEAD
parents
d12b0095
908c275a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+36
-36
36 additions, 36 deletions
CMakeLists.txt
with
36 additions
and
36 deletions
src/
CMakeLists.txt
→
CMakeLists.txt
+
36
−
36
View file @
be85a0b7
...
...
@@ -90,42 +90,42 @@ set(CMAKE_MACOSX_RPATH 1) # Unsure if this works for CMAKE_BUIlD_RPATH, or just
set
(
CMAKE_BUILD_RPATH
"
${
CMAKE_CUDA_IMPLICIT_LINK_DIRECTORIES
}
"
)
# set(CMAKE_VERBOSE_MAKEFILE True)
add_executable
(
arbd arbd.cpp
Configuration.cpp
FlowForce.cpp
GPUManager.cpp
Scatter.cpp
SignalManager.cpp
WKFUtils.cpp
Angle.cu
BaseGrid.cu
BrownianParticle.cu
BrownianParticleType.cpp
RigidBodyController.cu
RigidBody.cu
RigidBodyGrid.cu
RigidBodyType.cu
CellDecomposition.cu
ComputeForce.cuh
ComputeForce.cu
ComputeGridGrid.cuh
ComputeGridGrid.cu
CudaUtil.cu
CudaUtil.cuh
Dihedral.cu
Exclude.cu
GrandBrownTown.cu
GrandBrownTown.cuh
imd.cpp
vmdsock.cpp
JamesBond.cu
RandomCUDA.cu
Reservoir.cu
TabulatedAngle.cu
TabulatedDihedral.cu
TabulatedMethods.cuh
TabulatedPotential.cu
useful.cu
add_executable
(
arbd
src/
arbd.cpp
src/
Configuration.cpp
src/
FlowForce.cpp
src/
GPUManager.cpp
src/
Scatter.cpp
src/
SignalManager.cpp
src/
WKFUtils.cpp
src/
Angle.cu
src/
BaseGrid.cu
src/
BrownianParticle.cu
src/
BrownianParticleType.cpp
src/
RigidBodyController.cu
src/
RigidBody.cu
src/
RigidBodyGrid.cu
src/
RigidBodyType.cu
src/
CellDecomposition.cu
src/
ComputeForce.cuh
src/
ComputeForce.cu
src/
ComputeGridGrid.cuh
src/
ComputeGridGrid.cu
src/
CudaUtil.cu
src/
CudaUtil.cuh
src/
Dihedral.cu
src/
Exclude.cu
src/
GrandBrownTown.cu
src/
GrandBrownTown.cuh
src/
imd.cpp
src/
vmdsock.cpp
src/
JamesBond.cu
src/
RandomCUDA.cu
src/
Reservoir.cu
src/
TabulatedAngle.cu
src/
TabulatedDihedral.cu
src/
TabulatedMethods.cuh
src/
TabulatedPotential.cu
src/
useful.cu
)
## Add optional libraries
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment