export NPROCS=wc -l < $PBS_NODEFILE
abaqus job=inp_file_name cpus=$NPROCS inter scratch=$WORK/tmp
ansysedt -distributed -machinelist numcores=$NPROCS -auto -monitor -ng -batchsolve -batchoptions "HFSS/HPCLicenseType=pack" Diplexer_TGV_L.aedt | tee pbs.log
ansysedt -distributed -machinelist numcores=$NPROCS -auto -monitor -ng -batchsolve -batchoptions "HFSS/HPCLicenseType=pool" Diplexer_TGV_L.aedt | tee pbs.log
comsol batch -nn $NPROCS -f $PBS_NODEFILE -np $OMP_NUM_THREADS -tmpdir
(time mpirun -np $NPROCS fireFoam -parallel) |& tee log.$NPROCS.fireFoam
fluent 3ddp -mpi=intel -g -ssh -t${NPROCS} -cnf=${PBS_NODEFILE} -i input.jou -pib -feature_parallel_preferred=anshpc_pack > log.out
fluent 3ddp -mpi=intel -g -ssh -t${NPROCS} -cnf=${PBS_NODEFILE} -i input.jou -pib -feature_parallel_preferred=anshpc > log.out
(time mpirun -n $NPROCS $APP) |& tee $NPROCS.log