Translations:Python/112/en

From Alliance Doc
Jump to navigation Jump to search
  1. create the virtual environment on each node :

srun --ntasks $SLURM_NNODES --tasks-per-node=1 bash << EOF virtualenv --no-download $SLURM_TMPDIR/env source $SLURM_TMPDIR/env/bin/activate