STAR CCM+ Batch
To submit a job on 128 cores in the queuing system, for set-up named casename.sim, use:
sbatch --ntaks=128 --time=5-0 --job-name=JobName --wrap "/cluster/apps/starccm/17.06.008/17.06.008-R8/STAR-CCM+17.06.008-R8/star/bin/starccm+ \
-power -podkeyvalue-batchsystem slurm -rsh ssh -batch-report -batchcasename.sim
To build a mesh in batch mode (e.g. using 24 cores for set-up named casename.sim), use the following syntax:
sbatch --ntasks=24 --time=12:00:00 --wrap="/cluster/apps/starccm/17.06.008/17.06.008-R8/STAR-CCM+17.06.008-R8/star/bin/starccm+ \
-power -podkeyvalue-batchssytem slurm -rsh ssh -batch meshcasename.sim
Please make sure that you are using the -batchsystem slurm and -rsh ssh options.