It is back - /g/data/xp65/public/apps/med_conda_scripts/analysis3-25.11.d/bin/cdo: error while loading shared libraries: libmpi.so.40: cannot open shared object file: No such file or directory
Applying Scott Wales’s fix - export LD_LIBRARY_PATH=/apps/openmpi/5.0.8/lib:/apps/openmpi/5.0.8/lib/GNU:$LD_LIBRARY_PATH - Success!!
Explaining Scott Wales’s fix. The xp65 conda environment uses a ‘local’ mpi library. The ‘fix’ adds the system mpi library to the beginning of the LD_LIBRARY_PATH allowing the programs to find ‘a’ mpi library and work again. The caveat is that the system library may be different to the ‘local’ library and may give different results
@JuliaN - I am on the command line - I have used
```
module use /g/data/xp65/public/modules/
module load conda/analysis3
export LD_LIBRARY_PATH=/apps/openmpi/5.0.8/lib:/apps/openmpi/5.0.8/lib/GNU:$LD_LIBRARY_PATH
```
If you are using Jupyter Notebooks, you may have to use the “Pre Script” option and place the command there. This is untested and may not work. If it does work, let us know.