Giter VIP home page Giter VIP logo

Comments (8)

t-young31 avatar t-young31 commented on May 28, 2024

Hello, it looks like there isn't a working electronic structure package available. Would you mind trying the quickstart test here and seeing what happens?

(nb. the tests are written such that they can be run without any electronic structure calculations, so passing tests in this instance doesn't mean all is well, unfortunately)

The first error is very unhelpful – thanks for pointing it out! I'll add a more helpful exception.

from autode.

kavi9030 avatar kavi9030 commented on May 28, 2024

Hello Tom, I ran the quick test with both ORCA and G09.
ORCA : -0.982686168659 Atoms([Atom(H, 0.3883, 0.0000, 0.0000), Atom(H, -0.3883, 0.0000, 0.0000)])
G09 (With B3LYP/3-21G) : -1.17075200105 Atoms([Atom(H, 0.3732, 0.0000, 0.0000), Atom(H, -0.3732, 0.0000, 0.0000)])

However, if I try to do the 1,2 hydrogen shift in a propyl radical example under usage, I would get the following error:
raise CouldNotGetProperty('Could not find Hessian file')
autode.exceptions.CouldNotGetProperty: Could not find Hessian file

What happen is the all the ORCA calculations end with an error "ORCA finished by error termination in GTOInt"

from autode.

t-young31 avatar t-young31 commented on May 28, 2024

Thanks for the additional info! The result of the quick test looks fine to me, so it looks like ORCA is crashing with any longer/bigger calculations. Perhaps there isn't enough memory on your machine to satisfy the default requirement (4 GB per core, so 32 GB in the 1,2 hydrogen shift example that uses 8 cores)? This can be changed with e.g.

ade.Config.max_core = 1000

to use a maximum of 1 GB per core.

from autode.

kavi9030 avatar kavi9030 commented on May 28, 2024

No, I'm still getting the error.

ORCA finished by error termination in GTOInt
Calling Command: mpirun -np 2 /orca_4_2_1_linux_x86-64_shared_openmpi314/orca_gtoint_mpi product_opt_orca.int.tmp product_opt_orca
[file orca_tools/qcmsg.cpp, line 458]:
.... aborting the run

from autode.

t-young31 avatar t-young31 commented on May 28, 2024

Hmm, in which case it may be something to do with the parallelisation. Could you try:

ade.Config.n_cores = 1

from autode.

kavi9030 avatar kavi9030 commented on May 28, 2024

Thank you for your help. It seems the issue is with parallelization. But it took almost 15min. to finish the calculation for the 1,2 hydrogen shift.

from autode.

t-young31 avatar t-young31 commented on May 28, 2024

No problem at all – glad we've narrowed it down. Perhaps run

mpirun --version

to check the correct (3.1.4) OpenMPI version is being called, and that the correct OpenMPI library version is present in $LD_LIBRARY_PATH

from autode.

t-young31 avatar t-young31 commented on May 28, 2024

As this doesn't seem to be an autodE issue I'm going to close this issue. Hopefully it's now working correctly! Please feel free to reopen if it's not.

Tom

from autode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.