Giter Club home page Giter Club logo

cgpop's Introduction

CGPOP

Miniapp of the conjugate gradient solver from LANL's Parallel Ocean Program

About this project

The Parallel Ocean Program (POP), developed at Los Alamos National Laboratory, is an important multi-agency code used for global ocean modeling and is a component within the Community Earth System Model (CESM). The motivation for creating a miniapp for the POP developer team is that it will enable them to ensure the performance portability of the most critical portion of the application while also testing new programming models. The CGPOP miniapp is the conjugate gradient solver from LANL POP 2.0, which is the performance bottleneck for the full POP application. The CGPOP miniapp is written in Fortran90 with MPI and is about 3000 source lines of code (SLOC), whereas the POP application is 71,000 SLOC.

The best resources to learn about the MiniApp is the following technical report, conference paper, or poster.

This repository includes a few different implementations of CGPOP. These are:

  • caf1D --- Co-Array Fortran version using 1D data structure for communication.
  • caf1D_sync_iamges --- Co-Array Fortran version using 1D data structure for communication. This version overlaps computation and communication.
  • caf2D --- Co-Array Fortran version using 2D data structure for communication.
  • mpi1s1D --- MPI version using 1-sided (put/get) communication and 1D data structure.
  • mpi2s1D_overlap --- MPI version using 1-sided (put/get) communication and 1D data structure. This version overlaps computation and communication.
  • mpi2s1D --- MPI version using 2-sided (send/recv) communication and 1D data structure.
  • mpi2s2D --- MPI version using 2-sided (send/recv) communication and 2D data structure.

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.