Well, yes. Though you can configure your shell and make it permanent. Software Carpentry has some good tutorials on using the shell, for example:
http://swcarpentry.github.io/shell-extras/08-environment-variables.html You can also modify the environment from within Python, using the "os.environ" dictionary. You'll just have to set the value for 'OMP_NUM_THREADS' before importing graph-tool, because openmp will consider the value at the time of importing. []s On Thursday, February 9, 2017, P-M <[email protected]> wrote: > Thanks! I presume this won't impact already running processes and is only > valid for as long as my instance of PuTTY is running and after that revert > to normal? > > > > -- > View this message in context: http://main-discussion-list-fo > r-the-graph-tool-project.982480.n3.nabble.com/Correlation- > Histogram-Runs-out-of-RAM-tp4027010p4027012.html > Sent from the Main discussion list for the graph-tool project mailing list > archive at Nabble.com. > _______________________________________________ > graph-tool mailing list > [email protected] > https://lists.skewed.de/mailman/listinfo/graph-tool >
_______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
