amuse
amuse copied to clipboard
Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE
**Describe the bug** While converting phiGRAPE to the new build system, I tried removing the non-MPI worker and just putting in the MPI worker as the default, seeing as we're...
**Describe the bug** Hacs64 compiles, but its tests crash when you try to run them. It seems the tests were disabled in 2012, it's unclear if they ever passed. This...
**Describe the bug** Bonsai does not currently compile in AMUSE. There are currently two versions of Bonsai in the AMUSE community codes, `bonsai` and `bonsai2`. These are an older and...
**Describe the bug** LimePy does not work, because it uses SciPi features that no longer exist. **To Reproduce** Try to import `amuse.ic.limepy`. **Expected behavior** I expect LimePy to become available....
**Describe the bug** Several of the `ext_tests` and `ticket_tests` are currently failing. They've been disabled for now, but should really be fixed: - [ ] test_jobserver (crashes the entire pytest...
**Describe the bug** A clear and concise description of what the bug is. Run "configure --enable-cuda" got "configure: error: cannot find cuda runtime libraries in /usr/local/cuda-12.6/lib /usr/local/cuda-12.6/lib64: **To Reproduce** Steps...
**Describe the bug** The community code Athena is a grid hydro solver working in 2D/3D : the amuse interface (4.0.1) does not compile **To Reproduce** $(AMUSEDIR)/make athena.code DOWNLOAD_CODES=0 **Expected behavior**...
I recently had to switch to an old laptop because of a hardware failure. I tried reinstalling amuse on Alma Linux (formely CentOS, free equivalment of RHEL9), but I can't...
**Describe the bug** From @spzwart: > m = Mesa(version="2208") > m.parameters.metallicity = 0.04 > or any other value for the metallicity, seems to hang. **Expected behavior** The metallicity to be...
**Describe the bug** The book says to use `help(gravity.parameters)` to show help for the parameters of a gravity code. If I do that (with Python 3.13, but I'm not sure...