Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 592 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 592 Bytes

A sample code for Parallel IO

Download

git clone [email protected]:cfcanaoj/mpi-io mpi-io
cd mpi-io

Proceadure

cd src
make
cd ..
qsub pbs_xc.csh

Data

Data is damped in bindata/.

Change Parameters

vim inputparam

Meaning

Grid number for 3D data

ntotal(1)=512,ntotal(2)=64,ntotal(3)=128

Number of hydrodynamic variables

nfld=200

Number of stenciles for the parallelization

ntiles(1)=2,ntiles(2)=2,ntiles(3)=2

The number of the MPI process should match ntiles(1)*ntiles(2)*ntiles(3)