-
Notifications
You must be signed in to change notification settings - Fork 68
Update the Linux timer per the master and George's patch on the devel mailing list. #1181
Conversation
|
Test FAILed. |
|
This is indeed an old patch open-mpi/ompi@00300f46. 👍 |
|
Not sure of the source of the issue with pthread_atfork on Mellanox - not seeing an issue anywhere else. I will take a look, but don't have much time to spend on it. Suggest that perhaps Mellanox diagnose why their environments are missing it. |
|
Built it again just fine on CentOS7, so I suspect indeed that this is an issue of Mellanox not having a pthread library installed. Note also that this was in last night's tarball, and that no MTT failures were reported this morning. |
|
@rhc54 Negative, Ghostrider. We have pthread installed. Git bisect squarely points to this PR. |
|
@jladd-mlnx See open-mpi/ompi#1699. Do you have someone who can look into this? |
|
@jsquyres I do not. We are trying to get an HPC-X release done this week. |
|
@rhc54 Can you revert this? It's causing all kinds of problems with our QA and we're in a critical release phase with both HPC-X and MOFED. |
|
I don't know why -lpthread would be required for this patch. It does however need -lrt. |
|
@bosilca See the detailed analysis on open-mpi/ompi#1699 |
@bosilca Can you please review? Your patch on the devel mailing list did not apply cleanly to 1.10, so I tried my best to capture things from master.