You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When benchmarking with the KVIKIO_TASK_SIZE and KVIKIO_NTHREADS, I observed that changes to these variable don't seem to take effect if kvikIO has already been initialized in a process. For instance, if I loop over KVIKIO_NTHREADS in python, all of the reads seem to use the default values. However, if I set KVIKIO_TASK_SIZE and KVIKIO_NTHREADS before launching the python process, then they appear to work as intended.
Is it possible for KVIKIO_TASK_SIZE and KVIKIO_NTHREADS to be updated dynamically within a process?
The text was updated successfully, but these errors were encountered:
When benchmarking with the
KVIKIO_TASK_SIZE
andKVIKIO_NTHREADS
, I observed that changes to these variable don't seem to take effect if kvikIO has already been initialized in a process. For instance, if I loop overKVIKIO_NTHREADS
in python, all of the reads seem to use the default values. However, if I setKVIKIO_TASK_SIZE
andKVIKIO_NTHREADS
before launching the python process, then they appear to work as intended.Is it possible for
KVIKIO_TASK_SIZE
andKVIKIO_NTHREADS
to be updated dynamically within a process?The text was updated successfully, but these errors were encountered: