Determine the number of threads to use thrGetNThread
"
1"
means one worker thread in addition to the required manager thread that co-ordinates the
workers (i.e. the main thread in which the application is started). The default value is the number of
CPU cores available, but this can be over-ridden by setting the environment variable specified by the "
env"
argument to some other value. A value fo zero is returned if the app should run in a
single thread without any worker threads. "
SMURF_THREADS"
).