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
`caf` wrapper script defaults to static linkage against libcaf_mpi.a but if you're
building a shared lib with the `caf` script this fails because objects in `libcaf_mpi.a`
are not compiled with `-fPIC`. So creating shared libs fails.
The wrapper script should probably default to building and linking against the shared lib
0 commit comments