Star-CCM+/fr: Difference between revisions

424 bytes removed ,  3 months ago
no edit summary
(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=40 # 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 64: Line 64:
starccm+ -batch -power -podkey $LM_PROJECT -np $NCORE -licpath $CDLMD_LICENSE_FILE -machinefile $STARCCM_TMP/machinefile-$SLURM_JOB_ID $PWD/your-file.sim
starccm+ -batch -power -podkey $LM_PROJECT -np $NCORE -licpath $CDLMD_LICENSE_FILE -machinefile $STARCCM_TMP/machinefile-$SLURM_JOB_ID $PWD/your-file.sim


<div class="mw-translate-fuzzy">
}}</tab>
}}</tab>
<tab name="Cedar" >
<tab name="Cedar" >
Line 72: Line 71:
|contents=
|contents=
#!/bin/bash
#!/bin/bash
#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=48    # (ou 32) 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
</div>


#SBATCH --account=def-group  # Specify some account
#SBATCH --account=def-group  # Specify some account
rsnt_translations
56,420

edits