projections
This commit is contained in:
parent
df5f365920
commit
1a3e46d365
31 changed files with 12948 additions and 47 deletions
22
jupyterlab.job
Normal file
22
jupyterlab.job
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#!/bin/bash
|
||||
|
||||
#SBATCH --partition=all
|
||||
#SBATCH --ntasks=1
|
||||
#SBATCH --cpus-per-task=64
|
||||
#SBATCH --mem=64G
|
||||
#SBATCH --time 0-03:00
|
||||
#SBATCH --chdir=/work/benstem/SpiDySims
|
||||
#SBATCH --mail-type=ALL
|
||||
#SBATCH --output=job.out
|
||||
|
||||
export https_proxy=http://proxy2.uni-potsdam.de:3128
|
||||
|
||||
#Load Python modules
|
||||
module load lang/Julia/1.7.3-linux-x86_64
|
||||
module load lang/Anaconda3/2020.11
|
||||
source activate myjupyter
|
||||
|
||||
export JULIA_NUM_THREADS=64 # $SLULRM_CPUS_PER_TASK
|
||||
|
||||
#jupyter-lab --no-browser
|
||||
jupyter-lab --no-browser --port 9099 --ip=$(hostname -I | cut -f1 -d' ')
|
||||
Loading…
Add table
Add a link
Reference in a new issue