Skip to content

GMX_mpi is not recognised #7

@SanjiKun-Santhosh

Description

@SanjiKun-Santhosh

Hi, Im Santhosh.
I identified a potential problem in the conan.py script.

In the script, at the line 1733, the code checks for the gmx executable but doesn't verify the availability of gmx_mpi. This might cause issues for new users whose system only has gmx_mpi instead of gmx.

Line 1733 ```
program = which("gmx")
if program == '':
print("Gromacs executable was not found")
else:
print("Using gmx executable in %s" % program)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions