-
Notifications
You must be signed in to change notification settings - Fork 661
[ALPS] fix: run test #12972
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
base: master
Are you sure you want to change the base?
[ALPS] fix: run test #12972
Conversation
| # Run tests | ||
| cd tests | ||
| bash ./run_test.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can't run the tests for most platforms: https://docs.binarybuilder.org/stable/troubleshooting/#Running-foreign-executables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for pointing out. Then is @there any way to test that the built executable work here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only on x86_64-linux-musl (and possibly x86_64-linux-gnu), as explained in the link above.
| dependencies = [ | ||
| Dependency(PackageSpec(name = "libblastrampoline_jll", uuid="8e850b90-86db-534c-a0d3-1478176c7d93")) | ||
| Dependency(PackageSpec(name = "LAPACK_jll", uuid = "51474c39-65e3-53ba-86ba-03b1b862ec14")) | ||
| Dependency(PackageSpec(name = "MPICH_jll", uuid = "7cb0a576-ebde-5e09-9194-50597f1243b4")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is wrong, you should build for all MPI libraries, see the other recipes which include https://github.com/JuliaPackaging/Yggdrasil/blob/61e5e62c341103f26a91b1675d2e5bc11850b5da/platforms/mpi.jl
5363c59 to
fb9837a
Compare
fb9837a to
c056999
Compare
see JuliaSpacePhysics/ArbitraryLinearPlasmaSolver.jl#3
There are some bugs like
Exec format errorand some MPI issues. I suspct that this has to do with BLAS.