Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837
edits
Line 27: | Line 27: | ||
slurm_hl2hl.py --format STAR-CCM+ > machinefile | slurm_hl2hl.py --format STAR-CCM+ > machinefile | ||
NCORE=$((SLURM_NTASKS * | NCORE=$((SLURM_NTASKS * SLURM_CPUS_PER_TASK)) | ||
starccm+ -power -np $NCORE -machinefile machinefile -batch -mpi intel /path/to/your/simulation/file | starccm+ -power -np $NCORE -machinefile machinefile -batch -mpi intel /path/to/your/simulation/file | ||
}} | }} |