Skip to content

chopralab/candock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to compile:

cmake . -Bbuild
cd build
make candock

For release compile (with optimization):

cmake3 . -Bbuild -DCMAKE_BUILD_TYPE=Release

Note: CANDOCK's build system now downloads and builds GSL and OpenMM automatically and
if you choose to use this feature, make sure you set CMAKE_INSTALL_PREFIX as these 
packages whish to install themselves before the CANDOCK build begins.

cmake3 . -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/some/directory/I/have/access/to

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages