ld-archer / E_FEM

This is the repository for the English version of the Future Elderly Model, originally developed at the Leonard D. Schaeffer Center for Health Policy and Microsimulation.
MIT License
3 stars 1 forks source link

Fix bug with OpenMPI #88

Closed ld-archer closed 2 years ago

ld-archer commented 2 years ago

Updating some python things for another dependency has somehow replaced the default version of OpenMPI on my system and is causing some trouble with running the FEM simulations. I need to figure out how to point the default back to the old version to get it running normally again.

ld-archer commented 2 years ago

Fixed issue. Tried and failed to correct the issue just by modifying the PATH environment variable to prioritise the older version of openmpi, but in the end the only thing that worked was completely removing mpi from the anaconda. No problems identified yet but we'll see...