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
621fd2b5
Commit
621fd2b5
authored
Mar 11, 2016
by
omid
Browse files
initial num of threads (cont.)
parent
25c70bf7
Changes
1
Show whitespace changes
Inline
Side-by-side
fast.cpp
View file @
621fd2b5
...
...
@@ -95,7 +95,7 @@ int main(int aRgc, char **aRgv) {
// std::cout<<"num of thr: "<< num_threads <<std::endl;
omp_set_num_threads
(
num_threads
);
std
::
cout
<<
"current num of thr: "
<<
num_threads
<<
std
::
endl
;
std
::
cout
<<
"current num of thr: "
<<
num_threads
<<
", command line num of thr: "
<<
cmd
.
mNumThreads
<<
std
::
endl
;
/*if (num_threads < 2)
cmd.mForceSerial = true;
else
...
...
Write
Preview
Supports
Markdown
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