https://scholar.google.com/citations?user=K8qTnLUAAA
Try adding the following code before your call to prcomp():
library(RhpcBLASctl)
blas_set_num_threads(1)
omp_set_num_threads(1)
Try adding the following code before your call to prcomp():
library(RhpcBLASctl)
blas_set_num_threads(1)
omp_set_num_threads(1)