gridtools 2.3.0-3 source package in Ubuntu

Changelog

gridtools (2.3.0-3) unstable; urgency=medium

  * g++-13 patch: Fix FTBFS with missing header. Closes: #1042232

 -- Alastair McKinstry <email address hidden>  Thu, 27 Jul 2023 10:26:40 +0100

Upload details

Uploaded by:
Alastair McKinstry
Uploaded to:
Sid
Original maintainer:
Alastair McKinstry
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
gridtools_2.3.0-3.dsc 2.1 KiB 6c1baed39bc2917373920061c37ea376eeb772fa31b8d1bde1dea1c5bc171f69
gridtools_2.3.0.orig.tar.xz 4.2 MiB 982f99c480a375148882a3f8a0d31d246d557fc00e06cd7c44a2b3a5f653918b
gridtools_2.3.0-3.debian.tar.xz 1.0 MiB 6ca32399be7e8f12039560a34794d032d0f385be2e03f00b0723249841a9c583

Available diffs

No changes file available.

Binary packages built by this source

libgridtools-dev: 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 arise
 from 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.