agnwinds / python

This is the repository for Python, the radiative transfer code used to winds in AGN and other syatems
GNU General Public License v3.0
24 stars 25 forks source link

Fix pack definitions to use define statements and make consistent #1081

Closed jhmatthews closed 1 month ago

jhmatthews commented 1 month ago

… fluxes and rad forces

jhmatthews commented 4 weeks ago

This PR was nonsense, it completely broke the code and CI didn't spot it - because we only compile in CI with gcc and so MPI_ON is set to FALSE. Firstly, woops, but also we should try to change the workflow to catch anything broken only in parallel. This was literally a deleted line that means the code can't compile with mpicc!