Skip to content

Add new env var to set the number of threads

Riccardo Maria Bianchi requested to merge master-parallel-io into master

There's a new env var to set the number of threads manually, e.g.:

export GEOMODEL_GEOMODELIO_NTHREADS=1

Setting that to 0 makes GeoModelRead run in serial mode while setting it to 1 makes GeoModelRead spawn one single worker std:async.

Edited by Riccardo Maria Bianchi

Merge request reports