You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While building tps on different systems (see tps-venv ) I noted some quirkiness of our build system:
[ ] The MMS tests are run in parallel using mpirun instead of checking what is the proper orchestrator for the server (flux, ibrun, etc). This issue never showed up before because we did not compile with masa on Tioga.
[ ] Our configure struggles to find the pybind11 headers on some systems. The only workaround for the time being is to define CPPFLAGS=-I$(python3 -c "import pybind11; print(pybind11.get_include())") in the call to ./configure
The text was updated successfully, but these errors were encountered:
While building tps on different systems (see tps-venv ) I noted some quirkiness of our build system:
[ ] The MMS tests are run in parallel using
mpirun
instead of checking what is the proper orchestrator for the server (flux, ibrun, etc). This issue never showed up before because we did not compile with masa on Tioga.[ ] Our
configure
struggles to find thepybind11
headers on some systems. The only workaround for the time being is to defineCPPFLAGS=-I$(python3 -c "import pybind11; print(pybind11.get_include())")
in the call to./configure
The text was updated successfully, but these errors were encountered: