You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
mmc's AMUSE integration is quite weird, and it doesn't have tests so we're not sure it works. There's code generation (and a promise to remove it), an AMUSE wrapper that itself is a separate worker, and the whole thing is in all-caps Fortran 77.
Because of this I skipped it when implementing the new build system (#1024). It's probably fixable by essentially re-coupling the code, but it seemed like a lot of work so I've parked it for now until there's a clear use case.
The text was updated successfully, but these errors were encountered:
Describe the bug
mmc's AMUSE integration is quite weird, and it doesn't have tests so we're not sure it works. There's code generation (and a promise to remove it), an AMUSE wrapper that itself is a separate worker, and the whole thing is in all-caps Fortran 77.
Because of this I skipped it when implementing the new build system (#1024). It's probably fixable by essentially re-coupling the code, but it seemed like a lot of work so I've parked it for now until there's a clear use case.
The text was updated successfully, but these errors were encountered: