GithubHelp home page GithubHelp logo

Comments (5)

v1j4y avatar v1j4y commented on July 25, 2024

Not all tests can be run in parallel. This is due to the fact that some tests depend on others to run. For e.g. the Hartree-Fock tests have to be run before doing the CIS/CISD tests as they require the molecular orbitals from the latter.

from qp2.

abigcoder04 avatar abigcoder04 commented on July 25, 2024

@v1j4y For example, multiple test cases do not affect each other and only run in scf. Can this be achieved

from qp2.

v1j4y avatar v1j4y commented on July 25, 2024

Yes this should be possible.

from qp2.

abigcoder04 avatar abigcoder04 commented on July 25, 2024

@v1j4y I tried to use the script to execute multiple examples, but the script showed no qp instruction when executing. Could you please tell me how to write a script to execute multiple examples

from qp2.

scemama avatar scemama commented on July 25, 2024

Each run runs in parallel with OpenMP, so running multiple tests at the same time will not be much faster. In addition, it will require much more memory (the sum of the memory for all the simultaneous running tests) and it will put more pressure on the file system. As the tests depend on each other, making them run in parallel needs refactoring, which we don't want to do because it will probably not be beneficial.

from qp2.

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.