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

Feature request: Common libraries for C/C++ and Fortran interfaces. #5

Open
jgraciahlrs opened this issue Apr 18, 2023 · 1 comment

Comments

@jgraciahlrs
Copy link

Currently, users have to select DLB libraries either with C MPI bindings or Fortran MPI bindings. E.g. libdlb_mpi.so vs. libdlb_mpif.so. This works well in scenarios where the user of DLB is familiar with the code. However, often this is not the case, e.g. pre-installed applications.

I suggest to provided a version of the library which includes both MPI bindings, e.g. libdlb_mpicf.so. For instance, Extrae does this.

@vlopezh
Copy link
Contributor

vlopezh commented Apr 18, 2023

Since just a few months, we now include the Fortan symbols in the libdlb_mpi.so library. We were still not confident enough to remove the libdlb_mpif.so, but we preferred to have only one common library rather than three versions.

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