Skip to content

Commit

Permalink
nmad: check ABI consistency explicitely, since we never call nm_launc…
Browse files Browse the repository at this point in the history
…her_init()
  • Loading branch information
a-denis committed Sep 12, 2024
1 parent 0c9c0ee commit d4c2f33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mpi/src/nmad/starpu_mpi_nmad_backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#ifdef STARPU_USE_MPI_NMAD

#include <nm_public.h>

static void starpu_mpi_nmad_backend_constructor(void) __attribute__((constructor));
static void starpu_mpi_nmad_backend_constructor(void)
{
Expand All @@ -37,6 +39,7 @@ static void starpu_mpi_nmad_backend_constructor(void)
void _starpu_mpi_nmad_backend_init(struct starpu_conf *conf)
{
(void)conf;
nm_abi_config_check();
}

void _starpu_mpi_nmad_backend_shutdown(void)
Expand Down

0 comments on commit d4c2f33

Please sign in to comment.