Translations:Ansys/2208/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "slurm_hl2hl.py --format ANSYS-FLUENT > machinefile NCORES=$((SLURM_NTASKS * SLURM_CPUS_PER_TASK))")
 
No edit summary
Line 1: Line 1:
slurm_hl2hl.py --format ANSYS-FLUENT > machinefile
slurm_hl2hl.py --format ANSYS-FLUENT > /tmp/machinefile-$SLURM_JOB_ID
NCORES=$((SLURM_NTASKS * SLURM_CPUS_PER_TASK))
NCORES=$((SLURM_NTASKS * SLURM_CPUS_PER_TASK))

Revision as of 15:19, 11 April 2022

slurm_hl2hl.py --format ANSYS-FLUENT > /tmp/machinefile-$SLURM_JOB_ID NCORES=$((SLURM_NTASKS * SLURM_CPUS_PER_TASK))