Dedalus/fr: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 September 2024

3 May 2024

2 May 2024

  • curprev 21:1021:10, 2 May 2024Diane27 talk contribs 4,801 bytes −40 No edit summary Tag: Manual revert
  • curprev 21:0921:09, 2 May 2024Diane27 talk contribs 4,841 bytes −40 No edit summary Tag: Reverted
  • curprev 21:0821:08, 2 May 2024FuzzyBot talk contribs 4,881 bytes +80 Updating to match new version of source page Tag: Reverted
  • curprev 21:0821:08, 2 May 2024Diane27 talk contribs 4,801 bytes −57 Created page with "Avant de soumettre la tâche, il est important de tester le script pour des erreurs possibles. Faites un test rapide avec une tâche interactive."
  • curprev 21:0621:06, 2 May 2024Diane27 talk contribs 4,858 bytes −56 Created page with "export OMP_NUM_THREADS=1"
  • curprev 21:0521:05, 2 May 2024Diane27 talk contribs 4,914 bytes −167 Created page with "# activate only on main node source $SLURM_TMPDIR/env/bin/activate;"
  • curprev 21:0521:05, 2 May 2024Diane27 talk contribs 5,081 bytes −56 Created page with "# Run on cores accross the system : https://docs.alliancecan.ca/wiki/Advanced_MPI_scheduling#Few_cores,_any_number_of_nodes"
  • curprev 21:0521:05, 2 May 2024Diane27 talk contribs 5,137 bytes +4 No edit summary
  • curprev 21:0221:02, 2 May 2024Diane27 talk contribs 5,133 bytes −65 Created page with "1. Préparez le script. <tabs> <tab name="Mode distribué"> {{File |name=submit-dedalus-distributed.sh |lang="bash" |contents= #!/bin/bash"
  • curprev 21:0121:01, 2 May 2024Diane27 talk contribs 5,198 bytes −10 Created page with "= Exécution = You can run dedalus distributed accross multiple nodes or cores. For efficient MPI scheduling, please see: * Tâche MPI * Contrôle de l'ordonnancement avec MPI"
  • curprev 20:5820:58, 2 May 2024Diane27 talk contribs 5,208 bytes −53 Created page with "6. Supprimez l'environnement virtuel local. {{Command |prompt=(dedalus_env) [name@server ~] |deactivate && rm -r ~/dedalus_env }}"
  • curprev 20:5820:58, 2 May 2024Diane27 talk contribs 5,261 bytes −53 Created page with "5. Gelez l'environnement et les éléments requis. {{Command |prompt=(dedalus_env) [name@server ~] |pip freeze --local > ~/dedalus-3.0.2-requirements.txt }}"
  • curprev 20:5620:56, 2 May 2024Diane27 talk contribs 5,314 bytes −60 Created page with "4. Validez. {{Command |prompt=(dedalus_env) [name@server ~] |python -c 'import dedalus' }}"
  • curprev 20:5620:56, 2 May 2024Diane27 talk contribs 5,374 bytes −110 Created page with "3. Installez une version de Dedalus et ses dépendances Python. {{Commands |prompt=(dedalus_env) [name@server ~] |pip install --no-index --upgrade pip |pip install --no-index dedalus{{=}}{{=}}X.Y.Z }} où <code>X.Y.Z</code> est la version choisie (par exemple 3.0.2). Si aucun numéro n'est indiqué, la plus récente version sera installée."
  • curprev 20:5120:51, 2 May 2024Diane27 talk contribs 5,484 bytes −55 Created page with "2. Créez et activez un environnement virtuel Python. {{Commands |virtualenv --no-download ~/dedalus_env |source ~/dedalus_env/bin/activate }}"
  • curprev 20:5120:51, 2 May 2024Diane27 talk contribs 5,539 bytes −40 Created page with "= Installation dans un environnement virtuel Python = 1. Chargez les dépendances d'exécution pour Dedalus. {{Command|module load StdEnv/2023 gcc openmpi mpi4py/3.1.4 fftw-mpi/3.3.10 hdf5-mpi/1.14.2 python/3.11}}"
  • curprev 20:4720:47, 2 May 2024Diane27 talk contribs 5,579 bytes −44 Created page with "= Versions disponibles = Sur nos grappes, les versions de Dedalus sobnt des <i>wheels</i> Python. Pour connaître les versions disponibles, lancez <code>avail_wheels</code>. {{Command |avail_wheels dedalus --all-versions |result= $ avail_wheels dedalus name version python arch ------- --------- -------- --------- dedalus 3.0.2 cp311 x86-64-v3 dedalus 3.0.2 cp310 x86-64-v3 }}"
  • curprev 20:4320:43, 2 May 2024Diane27 talk contribs 5,623 bytes −32 Created page with "[https://dedalus-project.org/ Dedalus] est un cadre flexible pour résoudre des équations aux dérivées partielles à l'aide de méthodes spectrales modernes."
  • curprev 20:4220:42, 2 May 2024FuzzyBot talk contribs 5,655 bytes +8 Updating to match new version of source page Tags: Mobile edit Mobile web edit
  • curprev 20:1720:17, 2 May 2024Diane27 talk contribs 5,647 bytes −52 Created page with "2. Soumettez la tâche à l'ordonnaceur."
  • curprev 20:1720:17, 2 May 2024Diane27 talk contribs 5,699 bytes −56 Created page with "# srun exports the current env, which contains $VIRTUAL_ENV and $PATH variables srun python $SCRATCH/myscript.py; }} </tab> </tabs>"
  • curprev 20:1720:17, 2 May 2024Diane27 talk contribs 5,755 bytes −56 Created page with "# activate only on main node source $SLURM_TMPDIR/env/bin/activate;"
  • curprev 20:1720:17, 2 May 2024Diane27 talk contribs 5,811 bytes −56 Created page with "pip install --no-index --upgrade pip pip install --no-index -r dedalus-3.0.2-requirements.txt EOF"
  • curprev 20:1720:17, 2 May 2024Diane27 talk contribs 5,867 bytes −56 Created page with "# create the virtual environment on each allocated node: srun --ntasks $SLURM_NNODES --tasks-per-node=1 bash << EOF virtualenv --no-download $SLURM_TMPDIR/env source $SLURM_TMPDIR/env/bin/activate"
  • curprev 20:1720:17, 2 May 2024Diane27 talk contribs 5,923 bytes −224 Created page with "#SBATCH --account=def-someprof # adjust this to match the accounting group you are using to submit jobs #SBATCH --time=08:00:00 # adjust this to match the walltime of your job #SBATCH --nodes=2 # adjust this to match the number of whole node #SBATCH --ntasks-per-node=4 # adjust this to match the number of tasks/processes to run per node #SBATCH --mem-per-cpu=4G # adjust this according to the memory you need per process"
  • curprev 20:1620:16, 2 May 2024Diane27 talk contribs 6,147 bytes −56 Created page with "# create the virtual environment on each allocated node: srun --ntasks $SLURM_NNODES --tasks-per-node=1 bash << EOF virtualenv --no-download $SLURM_TMPDIR/env source $SLURM_TMPDIR/env/bin/activate"
  • curprev 20:1620:16, 2 May 2024Diane27 talk contribs 6,203 bytes −56 Created page with "pip install --no-index --upgrade pip pip install --no-index -r dedalus-3.0.2-requirements.txt EOF"
  • curprev 20:1620:16, 2 May 2024Diane27 talk contribs 6,259 bytes −56 Created page with "Dedalus"
  • curprev 20:1620:16, 2 May 2024Diane27 talk contribs 6,315 bytes +6,315 Created page with "#SBATCH --account=def-someprof # adjust this to match the accounting group you are using to submit jobs #SBATCH --time=08:00:00 # adjust this to match the walltime of your job #SBATCH --ntasks=4 # adjust this to match the number of tasks/processes to run #SBATCH --mem-per-cpu=4G # adjust this according to the memory you need per process"