-
Notifications
You must be signed in to change notification settings - Fork 936
Closed
Milestone
Description
In doing some random testing over the weekend, I noticed that the gcc 4.4.7 that ships with RHEL 6 does not compile OpenPMIX and also does not compile PRTE on Open MPI master HEAD.
I do note that if I compile PMIX and PRTE independently (with a modern gcc), and then configure Open MPI with --with-pmix=PATH_TO_PMIX --with-prte=PATH_TO_PRTE, Open MPI "compiles" and links.
I put "compiles" in quotes because there are a bunch of warnings about thread functions in nearly every file that is compiled.
Is it time to drop support for gcc 4.4.7 in Open MPI? If so, it should be documented.