1
1

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.
Этот коммит содержится в:
Ralph Castain 2004-09-14 04:08:43 +00:00
родитель f3256a1140
Коммит c93d99835c

Просмотреть файл

@ -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;
}