Giter Club home page Giter Club logo

compose's Introduction

COMPOSE: Compact multi-moment performance-portable semi-Lagrangian methods

COMPOSE provides libraries for semi-Lagrangian transport and, together or separately, property preservation:

  • CEDR: Communication-Efficient Constrained Density Reconstructors.
  • SIQK: Spherical Polygon Intersection and Quadrature.

Building and installing

First, install Kokkos. For example, in a typical environment using OpenMP, run:

    git clone https://github.com/kokkos/kokkos.git
    ./kokkos/generate_makefile.bash --with-serial --with-openmp --prefix=/path/to/my/kokkos/install --compiler=g++
    make -j8 install

Second, configure, build, and test COMPOSE:

    cmake \
        -D Kokkos_DIR=/path/to/my/kokkos/install \
        -D CMAKE_INSTALL_PREFIX=/path/to/my/compose/install \
        /path/to/compose/repo
    make -j8
    ctest

Optionally, third, install COMPOSE:

    make install

References

If you use COMPOSE, please cite

@misc{compose-software,
  title={{COMPOSE}: {C}ompact multi-moment performance-portable semi-{L}agrangian methods},
  author={A. M. Bradley and O. Guba and P. A. Bosler and M. A. Taylor},
  doi={10.5281/zenodo.2552888},
  howpublished={[Computer Software] \url{https://github.com/E3SM-Project/COMPOSE}},
  year={2019}
}

If you use CEDR in particular, please also cite

@article{compose-cedr,
  title={Communication-Efficient Property Preservation in Tracer Transport},
  author={A. M. Bradley and P. A. Bosler and O. Guba and M. A. Taylor and G. A. Barnett},
  journal={SIAM Journal on Scientific Computing},
  volume={41},
  number={3},
  pages={C161--C193},
  year={2019},
  publisher={SIAM},
  doi={10.1137/18M1165414}
}

Licence

COMPOSE version 1.0: Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.

This software is released under the BSD licence; see LICENSE.

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.