CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   Job submit code in HPC for Workbench (https://www.cfd-online.com/Forums/cfx/164967-job-submit-code-hpc-workbench.html)

beyonder1 January 6, 2016 11:18

Job submit code in HPC for Workbench
 
Hi,
I used to run this code in HPC for running CFX.
----------------------------------------------------------------------------
#!/bin/bash

#PBS -N caseF12_4

#PBS -q small

#PBS -l nodes=1: ppn=20

#PBS -j oe

module load cfx

cd $PBS_O_WORKDIR

export I_MPI_FABRICS=shm:dapl

export I_MPI_MPD_TMPDIR=/scratch/shub/stagger_15/Frequency_12Hz/4_case_004_3cycles_t_0001_IBPA_90/

cfx5solve -batch -mdef cascade.mdef -par-host-list $PBS_NODEFILE -part 20 -start-method "HP MPI Local Parallel"
-----------------------------------------------------------------------------------------------------
Currently, I am trying to run FSI simulation through Workbench on HPC.
What changes i need to make in this code to run through workbench on HPC ??


All times are GMT -4. The time now is 16:23.