You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may be wrapping the gmx runner command line tool for some near term development, but a programatic way to find the executable could be of general utility in the GROMACS CMake configuration.
In our case, it could make sense to have a gmx.config module that is configured when the gmxapi Python package is built that serves a similar purpose to the GMXRC shell script. It should ensure that the Python package can match the libgmxapi against which it is built to the installed GROMACS tools accompanying that library installation.
We may be wrapping the
gmx
runner command line tool for some near term development, but a programatic way to find the executable could be of general utility in the GROMACS CMake configuration.In our case, it could make sense to have a
gmx.config
module that is configured when the gmxapi Python package is built that serves a similar purpose to the GMXRC shell script. It should ensure that the Python package can match thelibgmxapi
against which it is built to the installed GROMACS tools accompanying that library installation.Relates to #190
The text was updated successfully, but these errors were encountered: