mochi-hpc-experiments / mochi-tests

Test cases for the Mochi project.
Other
0 stars 6 forks source link

Add example script and bedrock config for running IOR with Mobject #54

Closed jhendersonHDF closed 1 year ago

jhendersonHDF commented 1 year ago

Will add a README detailing the qsub script once https://github.com/mochi-hpc-experiments/mochi-tests/pull/51 is updated and merged so as to not conflict with it.

Seems to run IOR fine for the intial write call, but then on the read I start getting:

[error] bake_proxy_read invalid read of 0 (requested=65536)
[error] [mobject] read_op_exec_read:223: baje_proxy_read invalid read of 0 (requested 65536)
ior ERROR: unable to read RADOS object, errno 0, Success (aiori-RADOS.c:224)
jhendersonHDF commented 1 year ago

@carns I wasn't sure either why we were getting trace output from Mochi. I originally assumed it was just from building a development version, but if you happen to have any ideas on this please let me know.

carns commented 1 year ago

Thanks @jhendersonHDF . I think the trace output must be hardcoded somewhere. We can figure that out separate from this PR, I just wanted to make sure it wasn't something that these scripts were explicitly choosing to do.