--
You received this message because you are subscribed to the Google Groups "Salvus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salvus+un...@googlegroups.com.
To post to this group, send email to sal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/salvus/eca2cdcf-8b1d-47f6-86ee-20f66a2d8512%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
==================================================== Salvus version 0.0.1-971-g7e3a088 Floating point size: 32 Compiled for GLL orders: 4 Running on 4 rank(s). ====================================================
Hello,This is likely because Salvus by default is compiled for polynomial order 4. You can see which orders salvus is compiled for by inspecting the header that's printed out whenever you fire up a simulation, e.g.
====================================================Salvus version 0.0.1-752-gd467671d-dirtyFloating point size: 64Compiled for GLL orders: 4Running on 1 rank(s).====================================================If you want to run simulations for other orders, you'll need to pass these to cmake before you compile. To compile for orders 4 and 5, it should be enough to switch to the build directory and runcmake ../ -DGLL_ORDERS=4,5and then make. Note that the tests in the version currently online are meant for order 4.Let us know if this fixes the issue.Cheers,Mike.
On Dec 4, 2017, at 7:26 PM, Esra <esra.g...@gmail.com> wrote:
Hi again,
I am trying to run simulations for polynomial order 5 but I am getting the following error 'Template recursion error - this should not be reachable.'. I was able to run for polynomial order 4. Do you have an idea about the problem?
Regards--
You received this message because you are subscribed to the Google Groups "Salvus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salvus+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to salvus+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/salvus/8f1cef01-8e23-488c-b965-8bc25aa99577%40googlegroups.com.
Mike.