rsnt_translations
56,430
edits
(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 --cpus-per-task=4 # adjust this to match the number of cores to use #SBATCH --mem-per-cpu=4G # adjust this according to the memory you need per cpu #SBATCH --gpus=1") |
(Created page with "2. Créez et activez un environnement virtuel Python. {{Commands |virtualenv --no-download ~/pykeops_env |source ~/pykeops_env/bin/activate }}") |
||
Line 24: | Line 24: | ||
2. Créez et activez un environnement virtuel Python. | |||
2. | |||
{{Commands | {{Commands | ||
|virtualenv --no-download ~/pykeops_env | |virtualenv --no-download ~/pykeops_env | ||
|source ~/pykeops_env/bin/activate | |source ~/pykeops_env/bin/activate | ||
}} | }} | ||