GEOS-DEV / GEOS-DEV/GEOS

[EPIC] Reduce compilation time by defining combinations of types to be dispatched on.

Open
#2,498 1 comment 0 reactions 4 assignees View on GitHub

@wrtobin is already working on this.

Since Jun 1, 2023.

EPIC
Dominant language
C++
Stars
287
Forks
109
Avg merge
4d 41m
Merged PRs (30d)
5

Description

Description

The goal of the work tracked by this EPIC is to be able to define combinations (mainly triplets) of types, e.g., {cell_type fem_type, constitutive_model}, that a specific solver requires its kernels to be compiled on. This would allow us to avoid compiling kernels that are effectively unused and define compilation "configurations" that could, for example, be used to have a light version of geos compiled during development.

Work Scope

We plan to define the list of types to be dispatched on through cmake and to implement the capabilities necessary to dispatch a list of types.

Issues/PR in this EPIC

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.