[ 原始碼: gridtools ]
套件:libgridtools-dev(2.3.8-1)
Framework for storage and computation on Weather and Climate Grids
The GridTools (GT) framework is a set of libraries and utilities to develop performance portable applications in which stencil operations on grids are central. It provides regular and block-structured grids commonly found in the
weather and climate application field, addresses the challenges that arisefrom integration into production code, such as the expression of boundaryi conditions, or conditional execution. The framework is structured such that it can be called from different weather models or programming interfaces, and can target various computer architectures. This is achieved by separating the GT core library in a user facing part (frontend) and architecture specific (backend) parts. The core library also abstracts various possible data layouts and applies optimizations on stages with multiple stencils. The core library is complemented by facilities to interoperate with other languages (such as C and Fortran), to aid code development and a communication layer.
其他與 libgridtools-dev 有關的套件
|
|
|
|
-
- dep: ecbuild
- Build system for ECMWF software
-
- dep: gfortran-14
- GNU Fortran compiler
- 或者 gfortran-mod-15
- 本虛擬套件由這些套件填實: flang-17, flang-18, flang-19, gfortran, gfortran-12, gfortran-13, gfortran-14
-
- dep: libboost-dev
- Boost C++ Libraries development files (default version)
-
- dep: libgmock-dev
- Google's framework for writing C++ tests
-
- dep: libgtest-dev
- Google's framework for writing C++ tests
-
- dep: mpi-default-dev
- Standard MPI development files (metapackage)
-
- dep: pybind11-dev
- seamless operability between C++11 and Python