Open xiki-tempula opened 1 year ago
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 conda list
output showing that OE is installed - thanks for that. Could you also double check your license is valid?
@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:
nAvailable toolkits are: [ToolkitWrapper around The RDKit version 2023.03.3, ToolkitWrapper around Built-in Toolkit version None]\n\n"}
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 openff-bespoke executor submit
at some point?
Yes. I
do
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 4
first Then do
openff-bespoke executor submit --smiles "CC(=O)NC1=CC=C(C=C1)O" \
--workflow "default" \
--default-qc-spec xtb gfn2xtb none
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