Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A sample code for Parallel IO

Download

git clone git@github.com: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)

About

This is a sample code for MPI-IO, which is written in Fortran.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages