Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
phylo
fastcodeml
Commits
ab610d6b
Commit
ab610d6b
authored
Jun 08, 2016
by
oshahmir
Browse files
Corrected issue 37 (misleading report of number of cores)
parent
77615159
Changes
1
Hide whitespace changes
Inline
Side-by-side
fast.cpp
View file @
ab610d6b
...
...
@@ -205,9 +205,9 @@ int main(int aRgc, char **aRgv) {
if
(
cmd
.
mResultsFile
)
std
::
cout
<<
"Results file: "
<<
cmd
.
mResultsFile
<<
std
::
endl
;
if
(
cmd
.
mNumThreads
)
std
::
cout
<<
"Number of threads: "
<<
cmd
.
mNumThreads
<<
std
::
endl
;
//
if (cmd.mNumThreads)
//
std::cout << "Number of threads: " << cmd.mNumThreads
//
<< std::endl;
if
(
cmd
.
mFixedBranchLength
)
std
::
cout
<<
"Branch lengths: fixed"
<<
std
::
endl
;
#ifdef _OPENMP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment