Giter Site home page Giter Site logo

Comments (2)

amartinhuertas avatar amartinhuertas commented on August 24, 2024

Hi @PetrKryslUCSD,

GridapDistributed.jl scripts can be either run in "sequential" or MPI-parallel mode.

You should be able to run in both modes, even if you do no have access to a parallel machine. In the former mode, you just replace mpi by sequential in the prun call, and execute the julia script as any other julia sequential script.

The instructions for executing a script that follows MPI-parallel mode of execution (like the one in the Simple example section) are available in the README section https://github.com/gridap/GridapDistributed.jl#mpi-parallel-julia-script-execution-instructions right below the example. The error you are getting is because you should execute the script with mpiexecjl with as many MPI processes as the number of parts (4 in the case of the example). We decided to put the example in the MPI-parallel mode (instead of sequential mode) because this is the kind of execution mode which is ultimately more useful for GridapDistributed.jl users.

I will made all this more clear in the README.md of the package.

Thanks for reporting!
@amartinhuertas

from gridapdistributed.jl.

amartinhuertas avatar amartinhuertas commented on August 24, 2024

solved in a264a26

from gridapdistributed.jl.

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.