Roland Haas
Roland Haas
Actually, moving the offset into the computation should do the trick: ``` ConditionalOnParameterTextual[ "(cctk_iteration - " functionName "_calc_offset) % " functionName "_calc_every != 0" , "return;\n"], ```
No, that does not work either since it would compute eg for level 2 at iteration 1 (assuming offset is 1) but it would need to compute at iteration 3...
There was ET trac ticket for this: https://trac.einsteintoolkit.org/ticket/1514 . Erik commented.
This looks to me like there is a function index with prototype ``` char * index(const char*, int) ``` in your code that somehow messes up Kranc's use of the...
yup. Inside of `v[ut]` it is clear that `ut` is an "upper index t" but I would have expected that any symbol that Mathematica has not yet claimed itself is...
So that basically means that I cannot use anything like "ua" to "uz" as variable names? And also no single letter variables? Both would be tensor indices by this logic....
It has been too long since I last used Kranc. I thought hat upper / lower pair was `ui` and `i` rather than `ui` and `li`. Wouldn't something like this...
@ianhinder @eschnett could one of you review this? It is a Kranc issue and qualified reviewers are very rare :-)
I ran into this as well (ORNL crusher this time). I used Cray's CC wrapper and cmake. Is there a solution other than using `hipcc` or GNU make? I am...
Thank you for the suggestion and the code. Having to use ``--`` is a bit awkward. I will try and see if there is an option to getopt to tell...