-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
Description
My installation of gromacs has commands named, for example, gmx_mpi (all ending _mpi). These then get used in this tools as, for example, gromacs.grompp_mpi. This normally works fine for me, but when trying to import gromacs.setup, there are two commands that are issues: one on line 585 of cbook.py and one on line 163 of setup.py. One calls tools.Grompp (which for me needed to be tools.Grompp_mpi) and the other calls gromacs.tools.Trjconv (which needed to be gromacs.tools.Trjconv_mpi).
I'm not sure if there is a way to automatically find what these should be called based on how the functions are defined, or if this is just something I need to deal with (and manually fix) because of my differently-named gromacs commands.
Reactions are currently unavailable