-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issue and setup failed #6
Comments
Hey @wenchangzhou-qtx, No problem - hope it's useful! Installation Issue: The steps to install (once you have GROMACS and SLURM) are:
It sounds like you've missed the last step -
If you don't see anything, run RuntimeError: This sounds like an issue with Hope that helps! |
Hey @fjclark, Thanks for the guide and suggestions! When I import a3fe inside the installation directory, I can run the submission steps up to
|
This partially addresses #6. Now both = and spaces are correctly handled when reading the slurm script to extract the output file name.
Hey, Thanks for the additional details. The issue with the SLURM file was a bug - apologies for this. I forgot to handle the case when "=", rather than spaces are used (e.g. For the installation, can you check:
import sys
sys.path I see Hopefully this gives us a clue as to what's wrong! If it's still not working, please post the output of the above commands. Thanks! |
Thanks @fjclark ! Regarding the installation, I found the cause, guess it's a silly one from my side. I did not switch on the a3fe environment before running the last step, now it's working. Regarding the test run, I figured the slurm output file option has to be in the first line in |
No problem! Ah, glad you found the issue. My fault - I should update the installation notes to be explicit with this. The slurm output file option shouldn't have to be the first line in Great, good luck and let me know if there are any more issues! |
Hey @wenchangzhou-qtx, Did it work for you? If so, feel free to close the issue. Thanks! |
Yes, it's working for me now, thanks! |
Hey @fjclark,
Thanks for such a wonderful automation package! I did a quick run and encountered two issues so far:
The first one is after installation, I only can import the module inside the installation directory but cannot load the module outside, not sure if this is because of my installation.
The second one is after I copied over the input files from
a3fe/a3fe/data/example_run_dir/input
, and run up tocalc.setup()
, I then got error sayingRuntimeError: Could not find slurm output file name in /home/softwares/a3fe/input/solvate_bound.sh
, do I missing anything there?The text was updated successfully, but these errors were encountered: