Conversation
|
Any reason for dropping testing for Julia v1.6? I'm uncomfortable with not testing what's the minimum supported version of a package, in fact I think that in GitHub Actions we should always use the |
|
No reason, except that I'm adding the more important more modern versions. I'll add it back. |
|
OpenMPI is not working well with Julia 1.6: https://github.com/JuliaParallel/MPI.jl/actions/runs/20177999182/job/57930921483?pr=926 |
|
@giordano |
|
Can I get a "thumbs up" for this PR? All comments/requests are addressed, and CI is green. |
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
|
This failing tests uses MPICH. MPICH implements the shared file pointer by creating a hidden file and storing the shared file pointer there. It then uses (file?) locking to ensure exclusive access. @giordano Is file locking (via MPICH has special code for NFS – not sure it's using this code. |
|
I tightened the cases where we skip tests. This is now only for MPICH (for Apple and Windows). It seems OpenMPI is working fine for us all the time. |
|
I think this is good now. Do you want to have another look? |
No description provided.