Skip to content

Commit

Permalink
fix #167, make option ncpus work in linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
intoraw committed Nov 12, 2014
1 parent 3ab79c8 commit 30cf97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphlab/options/graphlab_options.hpp
Expand Up @@ -112,7 +112,7 @@ namespace graphlab {
ncpus = n;
omp_set_num_threads(ncpus);
#else
ncpus = 1;
ncpus = n;
#endif
}

Expand Down

0 comments on commit 30cf97e

Please sign in to comment.