From c93d99835cd06ef48e3f7ec109d319e3ae3c4773 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 14 Sep 2004 04:08:43 +0000 Subject: [PATCH] Well, this addition should hopefully fix the issue of static compiles - ugly as heck, but it doesn't seem to break the program and I guess it should solve the immediate problem. Yuck. This commit was SVN r2644. --- src/tools/openmpi/openmpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/openmpi/openmpi.c b/src/tools/openmpi/openmpi.c index e801626bc2..1d5795695c 100644 --- a/src/tools/openmpi/openmpi.c +++ b/src/tools/openmpi/openmpi.c @@ -189,5 +189,6 @@ int main(int argc, char **argv) } else { fprintf(stderr, "local universe check reports not implemented code\n"); } + ompi_rte_init_stage2(&multi_thread, &hidden_thread); /* stick this in for now just for static compiles */ return -1; }