IO500 / io500

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

hintsFileName in config.ini doesn't work #22

Closed glennklockwood closed 3 years ago

glennklockwood commented 3 years ago

My config.ini contained this configuration:

[ior-hard]
API = mpiio
hintsFileName = ./hints.gerty

which resulted in a runtime error of

Error invalid argument: -U
Error invalid argument: ./hints.gerty
Error invalid argument: mpiio
Invalid options
Synopsis ./ior

Looks like IOR dropped the -U flag when it was turned into a module-specific parameter, but IO500 wasn't updated accordingly.

JulianKunkel commented 3 years ago

Thanks for reporting this. In the VI4IO testing branch (see PR) is now a patch. It was indeed replaced with --mpiio.hintsFileName So the correct config would be: API = mpiio --mpiio.hintsFileName=./hints.gerty