Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure READS/WRITES entries are not duplicated #131

Open
ianhinder opened this issue Sep 4, 2015 · 1 comment
Open

Ensure READS/WRITES entries are not duplicated #131

ianhinder opened this issue Sep 4, 2015 · 1 comment

Comments

@ianhinder
Copy link
Owner

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.

@ianhinder
Copy link
Owner Author

Example file demonstrating the problem is at https://gist.github.com/ianhinder/c2d3ca1ba646ca6618cd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant