Skip to content

Add OpenACC support for libfortran-support library

Yen-Chen Chen requested to merge add_modules into master

What is the new feature

Please describe your feature in a couple of words.

How is it implemented

This branch is a temporary solution to the requirement of mo_fortran_tools required for the math libraries.
The adapted version of mo_fortran_tools removes the i_am_accel_node variable, therefore can only either not use OpenACC or use OpenACC for all nodes.

Mandatory steps before review

  • Gitlab CI passes (Hint: use make format for linting)
  • New feature is covered by additional unit tests
  • Mark the merge request as ready by removing Draft:

Mandatory steps before merge

  • Test coverage does not decrease
  • Reviewed by a maintainer
  • Incorporate review suggestions
  • Remember to edit the commit message and select the proper changelog category (feature/bugfix/other)

You are not supposed to merge this request by yourself, the maintainers of fortan-support take care of this action!

Edited by Yen-Chen Chen

Merge request reports

Loading