DDN IME Evaluation
Go to file
Eugen Betke 7895dde428 Result for NN:16 purged 2018-10-23 11:14:00 +02:00
output Result for NN:16 purged 2018-10-23 11:14:00 +02:00
output.old Results with 128GB test file 2018-10-21 22:38:23 +02:00
LICENSE Initial commit 2018-10-04 16:02:57 +02:00
README.md Update README.md 2018-10-09 11:13:31 +02:00
batch_job.sh Comments 2018-10-09 10:49:40 +02:00
drop_caches.sh Drop caches script 2018-10-21 20:46:34 +02:00
eval_analysis.R Analysis and makeDB script fixed 2018-10-23 10:25:28 +02:00
eval_netcdfbench.R Evaluation scripts 2018-10-04 16:53:44 +02:00
eval_openclose.R Evaluation scripts 2018-10-04 16:53:44 +02:00
eval_performance.R Evaluation scripts 2018-10-04 16:53:44 +02:00
eval_readwrite.R Evaluation scripts 2018-10-04 16:53:44 +02:00
micro_run.py Remove bad output files for NN:16 2018-10-23 11:11:31 +02:00
mkdb.py Analysis and makeDB script fixed 2018-10-23 10:25:28 +02:00
run.sh Merge branch 'master' of https://github.com/joobog/ime-evaluation 2018-10-23 11:09:34 +02:00
tool_sanity_check.sh Parameters check for IOR 2018-10-23 10:23:35 +02:00
tool_show_bad_output_files.sh Show bad output files tool 2018-10-23 10:53:39 +02:00
tool_show_good_nodes.sh New name 2018-10-23 10:24:50 +02:00

README.md

I/O-Performance exploration

Running performance tests

sbatch ./batch_job.sh

Put all results in a SQLite3 data base

./mkdb.py <perf_results_folder> <db_file_name.db>

Evaluation with R

  1. ./eval_analysis.R <db_file_name.db> <output_folder>
  2. ./eval_netcdfbench.R <db_file_name.db> <output_folder>
  3. ./eval_openclose.R <db_file_name.db> <output_folder>
  4. ./eval_performance.R <db_file_name.db> <output_folder>
  5. ./eval_readwrite.R <db_file_name.db> <output_folder>