-
Hi, I installed gromacs wrapper after installing Gromacs. But when I tried
Any ideas on how to solve this? I'm new to gromacs and using Win10 system & gromacs-2022.3. Happy to provide more information if needed. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
The warning really says that GromacsWrapper could not find your
|
Beta Was this translation helpful? Give feedback.
-
Hi an update -- I figured it out. I think the problem is the windows and Linux/WSL environments. I installed Anaconda for windows prior to I installed Ubuntu, and used it to install |
Beta Was this translation helpful? Give feedback.
-
Glad that you figured it out!
… Am 10/8/22 um 13:42 schrieb angeyx ***@***.***>:
Hi an update -- I figured it out. I think the problem is the windows and Linux/WSL environments. I installed Anaconda for windows prior to I installed Ubuntu, and used it to install gromacswrapper and run my code. gromacswrapper has trouble finding my gmx because they reside in different file systems, so even when I modify the GMXRC=... in the config file, it can't find/access it. Now I installed Anaconda for Linux from Ubuntu, and then installed gromacswrapper, and it worked finally! Thanks for pointing out the PATH problem -- that points me in the right direction.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
Hi an update -- I figured it out. I think the problem is the windows and Linux/WSL environments. I installed Anaconda for windows prior to I installed Ubuntu, and used it to install
gromacswrapper
and run my code.gromacswrapper
has trouble finding mygmx
because they reside in different file systems, so even when I modify theGMXRC=...
in theconfig
file, it can't find/access it. Now I installed Anaconda for Linux from Ubuntu, and then installedgromacswrapper
, and it worked finally! Thanks for pointing out the PATH problem -- that points me in the right direction.