Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build system nausiances #260

Open
uvilla opened this issue Mar 19, 2024 · 0 comments
Open

Build system nausiances #260

uvilla opened this issue Mar 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@uvilla
Copy link
Member

uvilla commented Mar 19, 2024

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

@uvilla uvilla self-assigned this Mar 19, 2024
@uvilla uvilla added the enhancement New feature or request label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant