Jan Hendrik Berlin

Results 4 comments of Jan Hendrik Berlin

Well, I do it this way: ``` import os from multiprocessing import cpu_count # read num of cpus and set the julia threas var os.environ["JULIA_NUM_THREADS"] = str(cpu_count()) #import (py)julia from...

I have still the same problems and I am running an updated system. Should this be a bug report instead of a feature request?

Hi, thank you @Choppel for your comment. It's the same on my site. If the relay server is one time not available, the sync jobs is deactivated immediately. And it...

hey, this looks like what I actually need. In my scenario there is one machine and some tasks. The machine can be equipped with different tools. These tools have setup...