|
[Sponsors] |
January 6, 2016, 12:18 |
Job submit code in HPC for Workbench
|
#1 |
Member
beyonder
Join Date: May 2015
Posts: 67
Rep Power: 11 |
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 ?? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can we merge HPC Pack licenses? | Phillamon | FLUENT | 0 | January 24, 2014 03:59 |
general ARCHITECTURAL structure of the code of a CFD code | mecobio | Main CFD Forum | 0 | August 12, 2013 09:04 |
submit batch job using PBS | ali | CFX | 1 | October 27, 2005 14:11 |
What is the Better Way to Do CFD? | John C. Chien | Main CFD Forum | 54 | April 23, 2001 09:10 |
cfd job | Dr. Don I anyanwu | Main CFD Forum | 20 | May 17, 1999 16:13 |