I'm using the latest development version of fst and I find it quite mysterious that after re-entering my RStudio session, the number of threads indicated by threads_fst() is changed to 1 from 40.
Steps to reproduce:
- Start a new session in RStudio
- Run
fst::threads_fst() which, on my server, returns 40
- Refresh the webpage of RStudio, leading to re-entering the session
- Run
fst::threads_fst() again and the number of threads becomes 1
My session info:
R version 3.4.3 (2017-11-30)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04.3 LTS
Matrix products: default
BLAS: /usr/lib/openblas-base/libblas.so.3
LAPACK: /usr/lib/libopenblasp-r0.2.18.so
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.4.3 parallel_3.4.3 tools_3.4.3 yaml_2.1.15 Rcpp_0.12.14 fst_0.7.3
I'm using RStudio Server 1.1.383.
I'm using the latest development version of
fstand I find it quite mysterious that after re-entering my RStudio session, the number of threads indicated bythreads_fst()is changed to 1 from 40.Steps to reproduce:
fst::threads_fst()which, on my server, returns 40fst::threads_fst()again and the number of threads becomes 1My session info:
I'm using RStudio Server 1.1.383.