IO500 / io500

IO500 Storage Benchmark source code
MIT License
95 stars 30 forks source link

Error in result verification #39

Closed wiliamhuang closed 3 years ago

wiliamhuang commented 3 years ago

./io500 config-all.ini --verify ./results/2021.06.08-21.50.34/result.txt [run] config-hash = 61320D6 score-hash = 3529390A

ERROR: Score hash expected: "3529C077" read: "3529390A"

I tried several times and I always get similar error. Any suggestions? Thank you!

-lei

JulianKunkel commented 3 years ago

Hi Lei, there was a bug in the previous tag isc21-v1 which was resolved in the current version that caused more fields to be included in the hashing than in the verification. This then leads to this incorrect verification. Do not worry about this message.

wiliamhuang commented 3 years ago

I see. Thank you very much for your clarification!