Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 21:57, 18 April 2024
   
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

15 April 2024

     15:40  Storage and file management/fr diffhist +102 Diane27 talk contribs
     15:19  Python/fr‎‎ 9 changes history +49 [Diane27‎ (9×)]
     
15:19 (cur | prev) 0 Diane27 talk contribs
     
15:19 (cur | prev) +20 Diane27 talk contribs (Created page with "# activer uniquement sur le nœud principal source $SLURM_TMPDIR/env/bin/activate; # srun exporte l'environnement actuel qui contient $VIRTUAL_ENV and $PATH variables srun python myscript-mpi.py; }}")
     
15:18 (cur | prev) +8 Diane27 talk contribs (Created page with "# Créez l'environnement virtuel pour chacun des nœuds. srun --ntasks $SLURM_NNODES --tasks-per-node=1 bash << EOF virtualenv --no-download $SLURM_TMPDIR/env source $SLURM_TMPDIR/env/bin/activate")
     
15:17 (cur | prev) +5 Diane27 talk contribs
     
15:15 (cur | prev) −6 Diane27 talk contribs (Created page with "==== Exemple (plusieurs nœuds) ==== {{File |name=submit-nnodes-venv.sh |lang="bash" |lines=yes |contents= #!/bin/bash #SBATCH --account=<your account> #SBATCH --time=00:30:00 #SBATCH --nodes=2 #SBATCH --ntasks=2 #SBATCH --mem-per-cpu=2000M")
     
15:14 (cur | prev) +1 Diane27 talk contribs (Created page with "2. Activez l'environnement virtuel du nœud principal. <syntaxhighlight lang="bash">source $SLURM_TMPDIR/env/bin/activate;</syntaxhighlight>")
     
15:13 (cur | prev) +28 Diane27 talk contribs (Created page with "EOF </syntaxhighlight>")
     
15:12 (cur | prev) −5 Diane27 talk contribs (Created page with "Pour que vos scripts utilisent plusieurs nœuds, chacun doit avoir son propre environnement activé.")
     
15:10 (cur | prev) −2 Diane27 talk contribs (Created page with "====Créer un environnement virtuel dans vos tâches (plusieurs nœuds)")