Translations:Python/114/en

From Alliance Doc
Jump to navigation Jump to search
  1. activate only on main node

source $SLURM_TMPDIR/env/bin/activate;

  1. srun exports the current env, which contains $VIRTUAL_ENV and $PATH variables

srun python myscript-mpi.py; }}