You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
265 B
11 lines
265 B
8 months ago
|
source ~/.bashrc
|
||
|
source ~/.bash_profile
|
||
|
module load miniconda3
|
||
|
ncores=1
|
||
|
export OMP_NUM_THREADS=$ncores
|
||
|
export OPENBLAS_NUM_THREADS=$ncores
|
||
|
export MKL_NUM_THREADS=$ncores
|
||
|
export VECLIB_MAXIMUM_THREADS=$ncores
|
||
|
export NUMEXPR_NUM_THREADS=$ncores
|
||
|
jupyter lab
|