thilinarmtb / NekBench

Shell scripts for benchmarking Nek5000 across different platforms.
3 stars 2 forks source link

Add a Clean option #28

Open kent0 opened 7 years ago

kent0 commented 7 years ago

I think a clean option that removes everything inside runs/ will be convenient.

thilinarmtb commented 7 years ago

This would be a great addition !!

thilinarmtb commented 7 years ago

Since we have all the data under runs/<machine_name>, may be we can have options like:

./go.sh clean all -- Deletes everything under runs/
./go.sh clean linux -- Deletes runs/linux if exist
./go.sh clean linux theta - Deletes run/linux and runs/theta if exist