Skip to content

Ensure READS/WRITES entries are not duplicated #131

@ianhinder

Description

@ianhinder

Comer Duncan reports that the following schedule.ccl was created:

schedule formgk AT CCTK_INITIAL before CT_MultiLevel
{
  LANG: C
  SYNC: CT_g
  READS: grid::x(Everywhere)
  READS: grid::y(Everywhere)
  READS: grid::z(Everywhere)
  READS: grid::x(Everywhere)
  READS: grid::y(Everywhere)
  READS: grid::z(Everywhere)
  WRITES: CT_BrillAnalytic::g11(Interior)
  WRITES: CT_BrillAnalytic::g12(Interior)
  WRITES: CT_BrillAnalytic::g13(Interior)
  WRITES: CT_BrillAnalytic::g22(Interior)
  WRITES: CT_BrillAnalytic::g23(Interior)
  WRITES: CT_BrillAnalytic::g33(Interior)
} "formgk"

This looks like a bug, because Kranc should not create duplicate entries like this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions