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.