pren / poltype

POLTYPE: AMOEBA parametrization tool
https://pren.github.io/poltype
Other
4 stars 11 forks source link

Allow for no-extension Tinker executables #25

Closed mquevill closed 4 years ago

mquevill commented 4 years ago

When the default executable format was changed to "poledit.x" (d955575d6be59c67fde46cd146ac4ab7f1c4b2a2), the SanitizeMMExecutables() function needed to be updated to use "poledit" if "poledit.x" cannot be found on the $PATH.

I would argue that the no-extension executable should be the default, as this is the result of "installing" Tinker, instead of just "making" it. Either way, Poltype should be able to find one or the other.