Creating sync IO of many posix files

From PHASTA Wiki
Jump to: navigation, search

Within the directory above N-procs_case, copy Converter script and the Converter's Input Creation Scrips from the following paths:

/projects/tools/Models/STG/FlatPlate/STG_Plate/RunNew/runConvertO2N.sh
/projects/tools/Models/STG/FlatPlate/STG_Plate/RunNew/create_IO_O2N_input.sh

execute a loop over the time steps (s)(ex:s=0,1,2,3)to make a "N"-procs_case into "x" Sync-IO files

for s in {0..3}; do
./create_IO_O2N_input.sh $s N x;
./runConvertO2N.sh;
done

This will create a directory with the syncIO file as ./N-Procs_case-SyncIO-x