Coder Social home page Coder Social logo

Comments (11)

cwsmith avatar cwsmith commented on August 14, 2024

This should be fixed now with 4ff4118 .

from core.

YetAnotherMinion avatar YetAnotherMinion commented on August 14, 2024

That fixed the initial make and now ctest finds all of the excecutables. Thank you for fast response!

However I am still failing a worrisome fraction of the build. only 79% passes. Full results here I am using the same settings as above, no changes.

Do I need to change any thing else to pass these other tests?

from core.

cwsmith avatar cwsmith commented on August 14, 2024

You're welcome.

Would you please paste the contents of build/Testing/Temporary/LastTest.log ?

from core.

ibaned avatar ibaned commented on August 14, 2024

from core.

ibaned avatar ibaned commented on August 14, 2024

nevermind, Cameron did go through and disable them properly, and I have confirmed that this works. You probably need to re-configure. So pull, wipe out your build directory, and source the config script again.

from core.

YetAnotherMinion avatar YetAnotherMinion commented on August 14, 2024

No such luck, I emptied the build directory, sourced the config, and rebuilt and ran tests. Still seeing same test errors, full build/Testing/Temporary/LastTest.log

from core.

ibaned avatar ibaned commented on August 14, 2024

That log shows that the new problem is your MPI installation doesn't support MPI_THREAD_MULTIPLE. The recommended solution is to change your configuration to -DENABLE_THREADS=OFF.

from core.

YetAnotherMinion avatar YetAnotherMinion commented on August 14, 2024

So I need to switch MPI implementations then to get full functionality? I am using OpenMPI 1.8.4 which I had from a previous project.

from core.

cwsmith avatar cwsmith commented on August 14, 2024

You will not lose any functionality with threads disabled.

from core.

ibaned avatar ibaned commented on August 14, 2024

what can be done with threads can also be done with processes, something we are trying to convince many people about. in our code threads are only used for repartitioning from low to high part counts, and we have a process-based implementation of that which is compiled when threads are disabled.

from core.

YetAnotherMinion avatar YetAnotherMinion commented on August 14, 2024

All passing now. Thank you for all your help.

from core.

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.