Open tommylees112 opened 5 years ago
Current fix (which is very hacky):
LD_LIBRARY_PATH=''
ESMF was linking the Intel MPI instead of the conda-installed MPI (I remember it is MPICH)... MPI is required to compile ESMF, but xesmf is actually not using any MPI functionalities (either mpirun or MPI.Spawn ). So this MPI dependency unfortunately just complicates the installation process. MPI is required to compile ESMF, but xesmf is actually not using any MPI functionalities (either mpirun or MPI.Spawn ). So this MPI dependency unfortunately just complicates the installation process...
Linking to the Error message defined on the
xesmf
Github page