When testing Taweret on a Linux cluster with a preconfigured MPI implementation, @jared321 found that meson could not find ninja, whereas on macOS it was already installed by homebrew. Jared used python -m pip install ninja to remedy this, but pointed me to the issue in Bfrescox under Issue 20 (found here, and the PR associated with it is at this location) where they solved this issue. @jcyannotty this might be worth fixing in the future for those running on a Linux cluster or other machine not already pulling in ninja.
When testing
Tawereton a Linux cluster with a preconfigured MPI implementation, @jared321 found thatmesoncould not findninja, whereas on macOS it was already installed byhomebrew. Jared usedpython -m pip install ninjato remedy this, but pointed me to the issue in Bfrescox under Issue 20 (found here, and the PR associated with it is at this location) where they solved this issue. @jcyannotty this might be worth fixing in the future for those running on a Linux cluster or other machine not already pulling inninja.