![]() ![]() ![]() ![]() Next: Output of Hyperslab Data Up: IOFlexIO Previous: IOFlexIO Parameters Contents Serial versus Parallel OutputAccording to the ouptput mode parameter settings (IO::out_mode, IO::out_unchunked, IO::out_proc_every) of thorn IOUtil, thorn IOFlexIO will output distributed data either
If you have a lot of different variables to recombine you can use the following Bourne shell commands to recombine them. This assumes that the chunked output files for each variable are located in a subdirectory <varname>_<vardim>d/. The recombined output file <varname>.ieee would then be placed into the current working directory:
for var in *_3d ; \ do \ { \ if [ ! -r $var.ieee ] ; then \ ieee_recombiner $var/$var.file_0.ieee $var.ieee; \ fi; \ }; \ done
![]() ![]() ![]() ![]() Next: Output of Hyperslab Data Up: IOFlexIO Previous: IOFlexIO Parameters Contents |