Desktop application to see IOW server load and connect to IOW and external servers via jupyterlab and xpra
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.
|
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
|
|
|