Skip to content

Commit

Permalink
fix mpi
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Oct 22, 2024
1 parent 27cd2d1 commit d80dd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpi/tracer_mpi_helpers.include.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ static void _load_tracer(void) {
void *handle = NULL;
int verbose = 0;

s = getenv("LTTNG_UST_MPI_LIBMPI_LOADER");
s = getenv("LTTNG_UST_MPI_LIBMPI");
if (s)
handle = dlopen(s, RTLD_LAZY | RTLD_LOCAL | RTLD_DEEPBIND);
else
Expand Down

0 comments on commit d80dd91

Please sign in to comment.