Remarks

Remarks

Multi-threading

If one chooses to use multi-threading i.e. through the Threads.@threads, Threads.@spawn macros for example, export the following: OPENBLAS_NUM_THREADS=1 and JULIA_NUM_THREADS=<n> where n is the number of threads desired.

Unix socket tips and tricks

The examples below assume the existence of a Unix socket at the location /tmp/<unix_socket> (the socket name is not specified).