Message boards :
News :
CmDock source code
Message board moderation
Author | Message |
---|---|
![]() Send message Joined: 9 Oct 20 Posts: 77 Credit: 352,740 RAC: 1,101 ![]() ![]() |
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: 10 Credit: 29,420 RAC: 705 ![]() |
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: 77 Credit: 352,740 RAC: 1,101 ![]() ![]() |
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: 10 Credit: 29,420 RAC: 705 ![]() |
A brief summary of C++ in 2020 |
New member Send message Joined: 11 Jan 21 Posts: 2 Credit: 18 RAC: 1 |
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: 7 Credit: 12,846 RAC: 8 ![]() |
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 |
New member Send message Joined: 11 Jan 21 Posts: 2 Credit: 18 RAC: 1 |
Ok, well, thanks for the great work |
New member ![]() Send message Joined: 13 Jan 21 Posts: 10 Credit: 4,536,110 RAC: 309,738 ![]() ![]() ![]() ![]() |
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??? ![]() |
New member ![]() Send message Joined: 13 Jan 21 Posts: 10 Credit: 4,536,110 RAC: 309,738 ![]() ![]() ![]() ![]() |
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??? ![]() |
©2021 SiDock@home Team