rsnt_translations
56,420
edits
(Created page with "#SBATCH --account=def-group # indiquez le nom du compte #SBATCH --time=00-01:00 # indiquez la limite de temps (jj-hh:mm) #SBATCH --nodes=1 # indiquez 1 ou plusieurs nœuds #SBATCH --cpus-per-task=32 # (ou 44) demandez tous les cœurs par nœud #SBATCH --mem=0 # demandez toute la mémoire par nœud #SBATCH --ntasks-per-node=1 # ne pas modifier") |
No edit summary |
||
Line 132: | Line 132: | ||
starccm+ -jvmargs -Xmx4G -jvmargs -Djava.io.tmpdir=$SLURM_TMPDIR -batch -power -podkey $LM_PROJECT -np $NCORE -licpath $CDLMD_LICENSE_FILE -machinefile $STARCCM_TMP/machinefile-$SLURM_JOB_ID $PWD/your-file.sim -mpi intel -fabric psm2 | starccm+ -jvmargs -Xmx4G -jvmargs -Djava.io.tmpdir=$SLURM_TMPDIR -batch -power -podkey $LM_PROJECT -np $NCORE -licpath $CDLMD_LICENSE_FILE -machinefile $STARCCM_TMP/machinefile-$SLURM_JOB_ID $PWD/your-file.sim -mpi intel -fabric psm2 | ||
}}</tab> | }}</tab> | ||
<tab name="Narval" > | <tab name="Narval" > | ||
Line 140: | Line 139: | ||
|contents= | |contents= | ||
#!/bin/bash | #!/bin/bash | ||
#SBATCH --account=def-group # Specify some account | #SBATCH --account=def-group # Specify some account |