diff --git a/samples/wrapper/wrapper.cpp b/samples/wrapper/wrapper.cpp index 2982de85dc..8621a8ffdb 100644 --- a/samples/wrapper/wrapper.cpp +++ b/samples/wrapper/wrapper.cpp @@ -108,6 +108,7 @@ double runtime = 0; double trickle_period = 0; bool enable_graphics_support = false; vector unzip_filenames; +vector rename_output_filenames; string zip_filename; vector zip_patterns; APP_INIT_DATA aid; @@ -380,6 +381,23 @@ void do_zip_outputs() { } } +// if any zipped input files are present, unzip and remove them +// +void do_rename_outputs() { + for (unsigned int i=0; i