Creating sync IO of many posix files

From PHASTA Wiki
Revision as of 16:17, 13 July 2020 by Jrwrigh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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