Difference between revisions of "Creating sync IO of many posix files"
From PHASTA Wiki
(Create Sync IO files from posix files) |
|||
Line 8: | Line 8: | ||
for s in {0..3}; do | for s in {0..3}; do | ||
− | ./create_IO_O2N_input.sh $s N x | + | ./create_IO_O2N_input.sh $s N x; |
− | ./runConvertO2N.sh | + | ./runConvertO2N.sh; |
done | done | ||
This will create a directory with the syncIO file as ./N-Procs_case-SyncIO-x | This will create a directory with the syncIO file as ./N-Procs_case-SyncIO-x |
Revision as of 16:59, 26 July 2018
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