#!/bin/bash #SBATCH --job-name= #SBATCH --nodes=1 #SBATCH --ntasks-per-node=16 #SBATCH --error=myjob.%J.err #SBATCH --output=myjob.%J.out #SBATCH --partition=main #SBATCH -v cd ~/ MACHINEFILE=machinefile scontrol show hostname $SLURM_JOB_NODELIST > $MACHINEFILE /opt/CD-adapco/STAR-CCM+10.04.009/star/bin/starccm+ -batch -np 16 -machinefile $MACHINEFILE -mpi intel -fabric tcp -rsh /usr/bin/ssh ~//.sim