sirocco-rt / sirocco

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

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

Closed jhmatthews closed 4 months ago

jhmatthews commented 4 months ago

… fluxes and rad forces

jhmatthews commented 4 months 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!