Skip to content
Snippets Groups Projects
Commit f11e55d9 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

delete temporary memory after measuring

[[Imported from SVN: r2047]]
parent 00ae62c2
No related branches found
No related tags found
No related merge requests found
......@@ -713,6 +713,13 @@ int main (int argc, char *argv[]) try
<< std::endl;
}
// //////////////////////////////
// Delete temporary memory
// //////////////////////////////
std::string removeTmpCommand = "rm -rf " + resultPath + "tmp/intermediate*";
system(removeTmpCommand.c_str());
// //////////////////////////////
// Output result
// //////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment