STAR-CCM+🔗
To run STAR-CCM+ you need to know your license key (PODKEY
) and specify this when running your analysis.
The body of a typical job may look like:
INPUT_FILE="my_input_file.inp"
PODKEY=<your license key here>
starccm+ -power -licpath 1999@flex.cd-adapco.com -podkey $PODKEY \
-np $SLURM_NPROCS -mpidriver platform -machinefile $TMPDIR/mpichnodes \
-batch mesh -batch run $INPUT_FILE