amuse icon indicating copy to clipboard operation
amuse copied to clipboard

Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE

Results 226 amuse issues
Sort by recently updated
recently updated
newest added

**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...

kind: bug
area: community_code

**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...

kind: bug
area: community_code

**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...

kind: bug
area: community_code
kind: update

**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....

kind: bug
area: ic/io/ext/lab

**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...

kind: bug
area: tests
area: ic/io/ext/lab

**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...

kind: bug
area: building/installing

**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**...

kind: bug
area: community_code

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...

bug

**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...

kind: bug
area: community_code

**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...

kind: bug
area: framework