-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test GCC 5 compliance #58
Comments
and don't forget clang, valgrind, a cyclomatic complexity check, as well On 04.12.2015 15:53, Tomas Flouri wrote:
Alexandros (Alexis) Stamatakis Research Group Leader, Heidelberg Institute for Theoretical Studies |
GCC 5 working, and no clang warnings with -Weverything :) Now, just out of interest: I ran and I get the following:
Although the bayesian code is really simple, the cyclomatic check indeed gives a good hint as to break up the function into subparts (which we already thought about doing with Sarah when there is more time). Interestingly, the average cyclomatic number for A much larger code-base such as RAxML with 56k LoC gives a the following output for:
with an average cyclomatic number of 10.65. It would be interesting to have a study on the growth of cyclomatic complexity in scientific software over time. For example by running |
Hi Tomas, That's an interesting idea, we should discuss this further. Alexis On 16.12.2015 15:30, Tomas Flouri wrote:
Alexandros (Alexis) Stamatakis Research Group Leader, Heidelberg Institute for Theoretical Studies |
Test
mptp
with the new GCC 5 compiler that is becoming the new standard.The text was updated successfully, but these errors were encountered: