Skip to content

Computational kernel, c_sw, extracted from FV3 for performance and design analysis.

License

Notifications You must be signed in to change notification settings

robgpita/SENA-c_sw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI for c_sw

This repository is a scientific product and is not official communication
of the National Oceanic and Atmospheric Administration, or the United States
Department of Commerce. All NOAA GitHub project code is provided on an ‘as
is’ basis and the user assumes responsibility for its use. Any claims against
the Department of Commerce or Department of Commerce bureaus stemming from
the use of this GitHub project will be governed by all applicable Federal
law. Any reference to specific commercial products, processes, or service
by service mark, trademark, manufacturer, or otherwise, does not constitute
or imply their endorsement, recommendation or favoring by the Department of
Commerce. The Department of Commerce seal and logo, or the seal and logo of
a DOC bureau, shall not be used in any manner to imply endorsement of any
commercial product or activity by DOC or the United States Government.

This project contains derivative work from the Geophysical Fluid Dynamics Laboratory GitHub project for the FV3 dynamical core (https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere). It is a stand alone subset of the original specifically licensed for use under the Apache License. The application of the Apache License to this standalone work does not imply nor shall it be construed as any change to the original source license.

Overview

This repository contains a stand-alone kernel for the c_sw subroutine, extracted from the FV3 model. The goal of this repository is to facilitate direct comparisons of different implementations of c_sw. Alternative implementations may use different programming languages, parallel programming models, or numerical modeling libraries. They may also target different hardware such as GPUs or ARM processors. In numerical modeling, metrics for comparison traditionally include performance and portability. However, this work encourages comparison of developer productivity and design metrics such as ease of use, extensibility, and maintainability.

A Fortran 90 implementation of c_sw is provided as a baseline reference to which other implementations should be compared. Additional implementations will be added as they are developed.

Contents

This repository is organized as follows.

test/

Contains the reference test baselines, input and output data all implementations must use for testing and validation.

ref/

Contains the source tree for the reference implementation. See the README in that directory for details about how to run and test it.

Julia/

Contains the source tree for the Julia implementation. See the README in that directory for details about how to run and test it.

Contributing

Please see the Contributing Guide for information about contributing to this repository.

About

Computational kernel, c_sw, extracted from FV3 for performance and design analysis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 50.8%
  • Julia 27.2%
  • CMake 17.9%
  • NewLisp 1.8%
  • Shell 1.3%
  • C 0.8%
  • nesC 0.2%