Git Product home page Git Product logo

Comments (3)

pnorbert avatar pnorbert commented on June 11, 2024

This is a warning only, because we did not find advantage for
gathering more blocks into a larger buffer. The BG stands for the brigade
strategy, where this warning does not even make sense. The BG strategy in
MPI_AGGREGATE (the default strategy now), simply receives and writes out
each process' output data individually; there is no buffering of several
process' output together. The other, original strategy did buffer data from multiple
processes before writing a single large buffer; good
for small data/process type applications; the warning makes sense here,
although this strategy also works until you run out of memory.

We have removed this warning for the BG strategy and only give a detailed error message when there is not enough memory.

from adios.

pnorbert avatar pnorbert commented on June 11, 2024

Note, that you can choose the original aggregation strategy by passing the
'aggregation_type=1' argument to the MPI_AGGREGATE method (in the XML file, or in the adios_select_method() call). The BG strategy would be 2, which is now the default strategy.

<transport group="writer" method="MPI_AGGREGATE">
     num_aggregators=64;num_ost=64;aggregation_type=1
</transport>

from adios.

f-schmitt avatar f-schmitt commented on June 11, 2024

Thanks for the info.

from adios.

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.