Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Julia's package-manager-provided NetCDF_jll.jl now links to the package-manager-provided MPI. That means that if we use NetCDF in parallel, we have to use a package-manager-provided MPI to avoid weird errors due to multiple MPI libraries being linked. However, the default MPI is MPICH, and we have to use OpenMPI for the CI test to avoid horrible performance when oversubscribing (we do oversubscribe in the parallel test). It seems like too much of a faff to switch the MPI, and figure out how to call the package-manager-provided MPI, so instead just disable NetCDF (which we never use anyway). This issue may be fixed one day when NCDatasets.jl supports MPI, as it will (should?) provide functionality to link a system-provided NetCDF instead of the package-manager-provided one, but that functionality is still underdevelopment (Alexander-Barth/NCDatasets.jl#122).
- Loading branch information