On Wed, Aug 17, 2016 at 12:53 PM Oliver Schulz <[email protected]> wrote:
> Sure, but *how* do I preset JULIA_NUM_THREADS in the environment of the > workers? It'll still be application dependent, so it can be in a .profile > or so (which probably won't be run anyway for the worker processes). > > > Hi Oliver, If the workers are launched through ssh, you might be able to use ~/.ssh/environment. It's explained in the ssh manpage but I haven't tested it. Cheers, Bart
