Documentation for tests in bath executables and tests

Issue #2 resolved
Matthew Herman created an issue

I could not find any mention of the thermal weakening code in the documentation and I was not able to compile motorcycle-ap-ratestate-bath-serial. Is this ready to go yet? If so, some documentation would be helpful. If not, I would make a note in the README and/or INSTALL.md that this capability is under development. Better yet, I might remove it from the current motorcycle package and add it with an update to motorcycle later once it is ready.

Comments (4)

  1. sylvain barbot repo owner

    Could you provide a way to reproduce this error? Running make motorcycle-ap-ratestate-bath-serial works for me. Do you have the latest version of the repository?

  2. sylvain barbot repo owner

    Sorry, I marked this issue as resolved inadvertently. Please let me know if the issue stands and I will fix it accordingly.

  3. sylvain barbot repo owner

    To compile motorcycle-ap-ratestate-bath-serial, the code that takes into account temperature effects, after you compiled motorcycle-ap-ratestate-serial, use

    make clean
    make motorcycle-ap-ratestate-bath-serial

    Otherwise, the compiled objects will be missing several key variables. I added relevant instructions in INSTALL.md.

  4. Log in to comment