Spencer Bryngelson
Spencer Bryngelson
should be able to debug these `Test Suite / Github (macos, mpi, debug, false) (pull_request)` from your own mac
> Let me fix the macOS no debug runners. Not sure why those would have failed, but I haven't ran the test suite with no debug recently Related to new...
Can merge this PR without that runner working
More detail: Should run MFC profiling on a GPU node and write the command line results to CI. Should probably compare results to known results from master (like the benchmark...
@wilfonba for cases with analytic functions, I think we should add some functionality to make this possible without commenting/uncommenting source code. I'm open to suggestions. Some example possibilities are *...
I'm not sure I understand, I would have to see a small example I think.
@wilfonba What if, in the `case.py` file you could have something like ```python 'patch_icpp(1)%geometry': 15, 'patch_icpp(1)%pres': '5*x', 'patch_icpp(1)%vel(1)': = '10*sin(2*x**2)', ... ``` and then in `m_patches.fpp` or perhaps in `m_assign_variables.fpp`...
So I think we don't want to parse the strings in Python at all (I may well stand corrected later). Instead, we want to use fypp to copy-paste the Python...
> Ah, I see what you mean now. That makes sense. I would like this printed and framed 😄
Updated the issue in light of #176