Star-CCM+/fr: Difference between revisions

Created page with "starccm+ -jvmargs -Xmx4G -jvmargs -Djava.io.tmpdir=$SLURM_TMPDIR -batch -power -np $NCORE -podkey $LM_PROJECT -licpath $CDLMD_LICENSE_FILE -machinefile $PWD/machinefile-$SLURM_JOB_ID $PWD/your-file.sim -mpi openmpi"
(Created page with "}}</tab> <tab name="Graham" > {{File |name=starccm_job.sh |lang="bash" |contents= #!/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=32 # (ou 44) Request all cores per node #SBATCH --mem=0 # demandez tous les cœurs par nœud #SBATCH --ntasks-per-node=1 # ne pas modifier")
(Created page with "starccm+ -jvmargs -Xmx4G -jvmargs -Djava.io.tmpdir=$SLURM_TMPDIR -batch -power -np $NCORE -podkey $LM_PROJECT -licpath $CDLMD_LICENSE_FILE -machinefile $PWD/machinefile-$SLURM_JOB_ID $PWD/your-file.sim -mpi openmpi")
Line 132: Line 132:
|contents=
|contents=
#!/bin/bash
#!/bin/bash
#SBATCH --account=def-group  # Specify some account
#SBATCH --account=def-group  # indiquez le nom du compte
#SBATCH --time=00-01:00      # Time limit: dd-hh:mm
#SBATCH --time=00-01:00      # indiquez la limite de temps (jj-hh:mm)
#SBATCH --nodes=1            # Specify 1 or more nodes
#SBATCH --nodes=1            # indiquez 1 ou plusieurs nœuds
#SBATCH --cpus-per-task=64    # Request all cores per node
#SBATCH --cpus-per-task=64    # demandez tous les cœurs par nœud
#SBATCH --mem=0              # Request all memory per node
#SBATCH --mem=0              # demandez toute la mémoire par nœud
#SBATCH --ntasks-per-node=1  # Do not change this value
#SBATCH --ntasks-per-node=1  # ne pas modifier


module load StdEnv/2020      # Do not change
module load StdEnv/2020      # Do not change
rsnt_translations
56,430

edits