ACCKernelsTrans - add iom_nf90 subroutines to ACC_IGNORE list

Open Beginner friendly
#1,444 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
65/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
fortran, python
Domain
compilers

Research direction

Open kernels_trans.py and locate the ACC_IGNORE list. Add iom_nf90_open and iom_nf90_varid, both from iom_nf90.f90, to that list. Done means OpenACC directives are no longer introduced into these subroutines when processing the NetCDF initialisation code.

Written by the indexing model from the issue text.

Description

NEMO

Subroutines iom_nf90_open and iom_nf90_varid, belonging to iom_nf90.f90, should be added to the ACC_IGNORE list within kernels_trans.py, otherwise OpenACC directives get introduced to these subroutines which cause runtime errors when reading the NetCDF initialisation files.

Dominant language
Python
Stars
137
Forks
36
Avg merge
6d 16h
Merged PRs (30d)
18

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.

More from stfc/PSyclone

All issues in stfc/PSyclone

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.