- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我对ComBat() function有疑问来自SVA R 中的 Bioconductor 包。
在我的笔记本电脑上(运行 Linux Ubuntu 18 的 Latitude 5590)系统),运行良好。但如果我在 TORQUE 集群上运行它,则调用 ComBat()函数生成无限等待循环:
"ComBat()" Found25batches
Note: one batch has only one sample, setting mean.only=TRUE
Adjusting for0covariate(s) or covariate level(s)
Standardizing Data across genes
OpenBLAS blas_thread_init: pthread_create: Resource temporarily unavailable
OpenBLAS blas_thread_init: RLIMIT_NPROC 903725 current, 903725 max
OpenBLAS blas_thread_init: pthread_create: Resource temporarily unavailable
OpenBLAS blas_thread_init: RLIMIT_NPROC 903725 current, 903725 max
OpenBLAS blas_thread_init: pthread_create: Resource temporarily unavailable
OpenBLAS blas_thread_init: RLIMIT_NPROC 903725 current, 903725 max
OpenBLAS blas_thread_init: pthread_create: Resource temporarily unavailable
OpenBLAS blas_thread_init: RLIMIT_NPROC 903725 current, 903725 max
OpenBLAS blas_thread_init: pthread_create: Resource temporarily unavailable
OpenBLAS blas_thread_init: RLIMIT_NPROC 903725 current, 903725 max
OpenBLAS blas_thread_init: pthread_create: Resource temporarily unavailable
你知道我该如何解决这个问题吗?
我上网查了一下,有些人已经有了 that problem ,与Python相关。这对我来说听起来很奇怪:如果这是一个 Python 问题,为什么它会出现在 R 中?
谢谢
最佳答案
我的一位同事(StackOverflow 外部)帮助我找到了解决方案。
我需要在我的 R 脚本中插入此命令:
Sys.setenv(OPENBLAS_NUM_THREADS="1")
就是这样。
关于r - Torque 集群上 R Bioconductor SVA 包的 ComBat() 函数的 OpenBLAS 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54596694/
我正在尝试为握手过程编写 SVA 断言。 在我的搜索中,我发现了以下内容: property p_handshake(clk,req,ack); @(posedge clk) req |=> !req
我对ComBat() function有疑问来自SVA R 中的 Bioconductor 包。 在我的笔记本电脑上(运行 Linux Ubuntu 18 的 Latitude 5590)系统),运行
我是一名优秀的程序员,十分优秀!