RadioAstronomySoftwareGroup / pyuvsim

A ultra-high precision package for simulating radio interferometers in python on compute clusters.
https://pyuvsim.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
43 stars 7 forks source link

Remove pin on openmpi in ci/pyuvsim_tests_openmpi.yaml #483

Open bhazelton opened 1 month ago

bhazelton commented 1 month ago

For unknown reasons, openmpi>=5 causes CI errors on both Mac & Linux on all versions of python. However it does not cause errors on our personal computers on either mac or linux.

We pinned openmpi to < 5 in the ci yaml in #482 to get tests working again, that pin should be removed in the future.