Closed Ahmsame closed 2 years ago
Please, check this thread... you can run gmx_MMPBSA using the --rewrite-output flag once you update the program:
gmx_MMPBSA --rewrite-output
let us know if that solves the problem...
cheers!
I will try it and keep you updated, however, I would like to know whether this warning Is normal or not! ib_md.c:1161 UCX WARN IB: ibv_fork_init() was disabled or failed, yet a fork() has been issued. [1650069523.119334] [comp032:18553:0] ib_md.c:1162 UCX WARN IB: data corruption might occur when using registered memory. progress.log as this upsets me!
It seems similar to this issue. We are thinking of removing the use of h5py since we have noticed that it has some performance issues with nested dictionaries as is our case.
We are sorry to hear about these issues. The problem is that our tests are on our PCs, so we have no way to identify these problems in HPC. Right now I am working on improving the performance of gmx_MMPBSA_ana, but as soon as I finish it I will work on removing h5py to see if the problem persists. I think it could also be related to the platform.platform()
call that creates threads to get the values. If you want, you can try commenting out these lines and see if the warnings are not displayed.
closing this... feel free to reopen if the issue persists...
Bug summary
I get nothing written in the output file however the run seems to take all the time it needs.
Terminal output
gmx_MMPBSA.log
gmx_MMPBSA.log
Operating system
HPC linux based system
gmx_MMPBSA Version
gmx_MMPBSA v1.5.0.3
Python version
Python 3.9.7
Installation
No response