Skip to content
yuanyuanzhang edited this page May 18, 2018 · 15 revisions

y3_cluster_cpp wiki

The y3_cluster_cpp repository contains code for related DES analysis project.

Installing related software

[Installing Docker]

Writing test code.

Once you've finished the testing code, please add it to the CMakeLists.txt file following the existing format there. Then run "make" again to compile the code, and then "ctest", which should now also be running your code.

If you want to run only the test code that you just compiled (after "make"), you can run that corresponding executable in the test folder, which will give more verbal results.

Clone this wiki locally