-
Notifications
You must be signed in to change notification settings - Fork 9
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
fragmentation failed #290
Comments
Weird that this problem only happens on the R7a instance but not m6i instance. |
Could you double check that OpenEye is installed and that the license is present and unexpired? |
Oh, you helpfully included the |
@j-wags Yes. The license is valid. I think this seems to be a weird issue with regard only to the AWS EC2 R7a instance. If I connect the EBS (which is the hard disk) to a R6i instance, it is totally fine. Connecting the EBS to another instance means that everything in the hard drive is reconnected. |
Hmm, OK. I don't have much experience with running things on AWS. The part of your report that stands out to me is that the OpenFF Toolkit didn't even try running with OpenEye:
The two causes that I know for this are either installation or license issues... There may be a more subtle/complex failure mode on AWS that I just haven't seen before. |
How can we reproduce this issue? Presumably you ran |
Yes. I first
I think you could reproduce this problem with any AWS R7a instance. Note that Both C7i and M6i instance don't have this problem and seems to only happen to R7a. |
Description
Hi, I have tried to install bespokefit with psi4 but got some dependency issue I guess.
I create the env with
mamba create -n bespokefit -c psi4 -c conda-forge -c defaults -c openeye openff-bespokefit openeye-toolkits 'pint=0.21' python=3.10 'qcportal=0.15' psi4
Reproduction
I have first tried start the executer
openff-bespoke executor launch --directory "bespoke-executor" --n-fragmenter-workers 16 --n-optimizer-workers 12 --n-qc-compute-workers 32 --qc-compute-n-cores 8 --qc-compute-max-mem 40
Then I submit a cpmd and got this
Output
Software versions
conda list
?Output of
conda list
The text was updated successfully, but these errors were encountered: