Skip to content

Commit

Permalink
added limiting on BLAS parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
jjuod committed Jun 2, 2018
1 parent a428b96 commit 8124d2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/WS_wrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ options(stringsAsFactors = F)

library(EbayesThresh)
library(readr)
#library(adlift)
#library(liftLRD)
library(wavelets)
library(wavethresh)
library(data.table)
library(corpcor)
library(rARPACK)
library(WaveletScreaming)
library(RhpcBLASctl)

blas_set_num_threads(1)

args = commandArgs(T)
batch = as.numeric(args[1])
Expand Down

0 comments on commit 8124d2c

Please sign in to comment.