Message boards :
News :
CmDock source code
Message board moderation
Author | Message |
---|---|
![]() Send message Joined: 9 Oct 20 Posts: 178 Credit: 2,369,286 RAC: 3,537 ![]() ![]() ![]() ![]() |
Hi everyone, here is the CmDock source code repository: https://gitlab.com/Jukic/cmdock. This is the main application that we use in the project. Now you can try and build it for your own platforms! We have many plans and invite C++ devs, especially ones with CUDA and parallel computing knowledge to join our project. If you would like to join, please contact Marko: jukic (dot) marko (at) gmail (dot) com. With best wishes, Natalia |
Send message Joined: 25 Oct 20 Posts: 14 Credit: 181,217 RAC: 0 ![]() |
Hi everyone, Great!!!! We have many plans and invite C++ devs, especially ones with CUDA and parallel computing knowledge to join our project. Why not OpenCl?? |
![]() Send message Joined: 9 Oct 20 Posts: 178 Credit: 2,369,286 RAC: 3,537 ![]() ![]() ![]() ![]() |
OpenCL is a great idea! If you know it and want to help with it, please contact us! |
Send message Joined: 25 Oct 20 Posts: 14 Credit: 181,217 RAC: 0 ![]() |
A brief summary of C++ in 2020 |
Send message Joined: 11 Jan 21 Posts: 2 Credit: 18 RAC: 0 |
How can I install the new client without much effort? and is it doing better with the GPU than BOINC? |
Send message Joined: 11 Nov 20 Posts: 47 Credit: 83,493 RAC: 0 ![]() |
GPU version of CMDOCK is currently not available. We will start to work on GPU version very soon ;-) If you have experience on GPU programming and you would like to contribute to the project just drop an email to jukic dot marko @ gmail dot com |
Send message Joined: 11 Jan 21 Posts: 2 Credit: 18 RAC: 0 |
Ok, well, thanks for the great work |
![]() Send message Joined: 13 Jan 21 Posts: 76 Credit: 38,789,060 RAC: 58 ![]() ![]() ![]() ![]() ![]() ![]() |
I intend to compile cmdock for AVX-512 provided that I can teach myself how to do it. Do you recommend a good site for learning to compile for Ubuntu??? ![]() |
![]() Send message Joined: 13 Jan 21 Posts: 76 Credit: 38,789,060 RAC: 58 ![]() ![]() ![]() ![]() ![]() ![]() |
Following these instructions https://gitlab.com/Jukic/cmdock/-/blob/master/INSTALL.md Since this tyro is compiling for the first time this century I'll have lots of naive questions. 1. meson setup <builddir> My first guess where is: /usr/local/src 2. CC=clang CXX=clang++ meson ... on Linux It seems odd to specify two languages to compile in. Should I pick just one and which one? E.g., CXX=clang++ meson 3. meson setup <builddir> --buildtype <debug|debugoptimized|release> --prefix </absolute/install/path/> No guidance given as to which --prefix option to use. This also begs the question from Environment Variables export CMDOCK_ROOT=/path/to/cmdock is --prefix = /path/to/cmdock ??? Looking ahead to the ultimate objective I will have created a program called e.g. cmdock_AVX512. Do I just replace cmdock-wrapper_1.1_x86_64-pc-linux-gnu with cmdock_AVX-512??? Will the contents of cmdock-boinc_job_1.1_x86_64-pc-linux-gnu.xml need to be altered??? ![]() |
Send message Joined: 19 Dec 20 Posts: 1 Credit: 7,347 RAC: 0 |
I started trying to compile this. It seems to have non-free dependencies on software from daylight.com. Is this correct? |
![]() Send message Joined: 9 Oct 20 Posts: 178 Credit: 2,369,286 RAC: 3,537 ![]() ![]() ![]() ![]() |
Hello! We are not aware of such a dependency (could you please point out the file in question?) Upd.: is it https://gitlab.com/Jukic/cmdock/-/blob/master/meson.build#L158? This is an optional reference to the modules that can work with SMILES strings. P.S.: CmDock is a fork of an open-source project which had no non-free dependencies declared. We ourselves did not add anything non-free and will keep the project free always. |
Send message Joined: 3 May 23 Posts: 2 Credit: 11,850 RAC: 0 |
Checkpoints - none? SiDock does not seem to be doing checkpoints/save-points of its work. So a BOINC manager shutdown with 'stop running projects' (or perhaps a system crash/reboot) loses >all< work done so far. Four SiDock work units have gone from just under two days remaining, back to four-plus days, with less than 1% completed. = I would prefer to donate to projects who can >complete< work units, despite occasional crashes and shutdown on my end. Thank you. |
Send message Joined: 10 Feb 21 Posts: 16 Credit: 3,017,347 RAC: 158 ![]() ![]() ![]() |
CmDock does checkpoint (typically every 5–15 minutes), but there are a couple of bugs:
|
©2023 SiDock@home Team