dlb icon indicating copy to clipboard operation
dlb copied to clipboard

DLB (Dynamic Load Balancing) library is a tool, transparent to the user, that will dynamically react to the application imbalance modifying the number of resources at any given time.

Results 5 dlb issues
Sort by recently updated
recently updated
newest added

Calling `DLB_TALP_Attach()` from outside calls `shmem_cpuinfo_ext__init()` and `shmem_procinfo_ext__init()`. They both call `open_shmem()` -> `shmem_init()` -> `shm_open()`+ `ftruncate()`. This creates the segment even when it does not exist. Perhaps something similar...

Hi, I am facing a problem when trying dlb with Intel compilers 2021.6.0 `symbol lookup error: /library-dev/dlb-iimpi/lib/libdlb_mpi.so: undefined symbol: iso_c_binding_mp_c_funloc_private_` The other installation using GCC & OpenMPI works without problem....

TALP reports are currently written to STDOUT (presumably). In many cases this adds noise and may disturb existing workflows which expect certain data in certain positions of the output. I...

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...