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

Binaries location in 2021.12.0 #114

Open
rafariossaa opened this issue Apr 5, 2024 · 1 comment
Open

Binaries location in 2021.12.0 #114

rafariossaa opened this issue Apr 5, 2024 · 1 comment

Comments

@rafariossaa
Copy link

Hi,
In version 2021.12.0, when compiling using prefix the libmip binaries are located in a different location than with 2021.11.2.
I am not sure if this is intended or if there is some concatenation issue with the paths.

  • 2021.11.2
$ find . -iname "*libmpi*"
...
./common/lib/libmpifort.so.12.0
./common/lib/libmpi.so.12
./common/lib/libmpifort.so.12.0.0
./common/lib/libmpifort.so
./common/lib/libmpi.so.12.0
./common/lib/libmpi.so.12.0.0
./common/lib/libmpifort.so.12
./common/lib/libmpicxx.so.12.0
./common/lib/libmpicxx.so
./common/lib/libmpicxx.so.12
./common/lib/libmpi.so
./common/lib/libmpicxx.so.12.0.0
...
  • 2021.12.0
...
$ find . -iname "*libmpi*"
./common/opt/mpi/lib/libmpifort.so.12.0
./common/opt/mpi/lib/libmpi.so.12
./common/opt/mpi/lib/libmpifort.so.12.0.0
./common/opt/mpi/lib/libmpifort.so
./common/opt/mpi/lib/libmpi.so.12.0
./common/opt/mpi/lib/libmpi.so.12.0.0
./common/opt/mpi/lib/libmpifort.so.12
./common/opt/mpi/lib/libmpicxx.so.12.0
./common/opt/mpi/lib/libmpicxx.so
./common/opt/mpi/lib/libmpicxx.so.12
./common/opt/mpi/lib/libmpi.so
./common/opt/mpi/lib/libmpicxx.so.12.0.0
...
@maciekpac
Copy link
Contributor

@rafariossaa the paths were changed due to a request to support swapping mpi implementation without rebuilding the package.

You can check the functionality here.

Have you experienced any issues or regressions due to introduction of this change ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants