Ashwin V. Mohanan

Results 234 comments of Ashwin V. Mohanan

Current performance is now documented with ASV: #42

Hmm... It is not practical to follow the master branch. We can make support this when they release it and describe the changes.

On nekRS, I think I managed to make a shared lib once, but since the documentation is basically non-existent, it was difficult to proceed further.

The copier template provides some snippets to get started. I think this should do it. https://github.com/snek5000/template-snek5000-solver/blob/main/src/%7B%7Bpackage_name%7D%7D/%7B%7Bshort_name%7D%7D.usr.f.jinja Feel free to add history point there.

Arguments: ```log INFO {'tarball': 'data/abl_neutral_6x20x6_V1280.x1500.x1280._2020-06-02_23-38-22.tar.zst', 'items': (), 'remove': False, 'readonly': True} ```

Filesystem state: ```sh $ ls abl_neutral_6x20x6_V1280.x1500.x1280._2020-06-02_23-38-22/data/ -l total 7516416 -rw-rw-r-- 1 x_ashmo pg_kthmech 6911589376 09.06.2020 10:02 abl_neutral_6x20x6_V1280.x1500.x1280._2020-06-02_23-38-22.tar -r--r--r-- 1 x_ashmo pg_kthmech 785041469 06.06.2020 11:46 abl_neutral_6x20x6_V1280.x1500.x1280._2020-06-02_23-38-22.tar.zst ```

I had seen it. But.... > Works only for modern Fortran (Fortran 90 upwards). I don't know if any f77 tools exist. There are many syntax checkers and AST parsers...

> There is really no way to be able to write the .usr file in fortran 90? We really need to use f77? Not too crazy :D We can and...