Ian Hinder
Ian Hinder
I cannot build the provided docker image. I get: ``` $ sudo docker build . -t git-lfs-server [cut] Step 24/27 : RUN su - test -c 'opam switch 4.04.2' --->...
When I try to build the provided Dockerfile, I get an error ``` $ sudo docker build . -t git-lfs-server [cut] Processing actions [ERROR] The compilation of ocaml-system failed at...
Kranc is now very slow to generate McLachlan. It is our impression that it used to be faster. This may be due to changes in Kranc, McLachlan or Mathematica. I...
Currently, if the user tries to take a derivative of a shorthand, this results in a compile-time error. This should be a Kranc-time error. ``` /Users/comerduncan/Cactus/arrangements/Cosmology/CT_BrillAnalytic/src/CT_BrillAnalyticCoefficients.cc:220:84: error: 'sqrtdetg' was not...
Since all Cactus scheduled functions exist in a global namespace, it is good practice to prefix their names with the thorn name. This is typically what users do. Kranc could...
Kranc now uses a C++ namespace named after the thorn, and this is not allowed to conflict with calculation names. Hence, Kranc should give an error if a calculation name...
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:...
Currently, an error in a calculation is reported along with the offending calculation, which leads to a huge amount of output. Error reporting should be improved so that only the...
A possible mistake when calling CreateThorn is to use an underscore when assigning a calculation name to a "variable". Kranc could check for the resulting Pattern object and give a...
The tutorial at http://kranccode.org/tutorial.html has not been updated since the transition of Cactus from SVN to Git. It should be updated to use the newest repositories. Also, it would be...