amuse
amuse copied to clipboard
Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE
**Describe the bug** The Python 3.10 CI run [fails](https://github.com/amusecode/amuse/actions/runs/10701799739/job/29668541960?pr=1069) with `ModuleNotFoundError: No module named 'distutils.msvccompiler'`. I'm not sure why it's trying to find an MSVC Fortran compiler on Linux, but...
**Describe the bug** We're having trouble detecting HDF5 on some systems, in particular a cluster called rusty that is used by the Torch developers. It seems that the h5cc script...
We'd like to add the [TIDYMESS](https://github.com/tidymess-code/tidymess) code by @tjardaboekholt to AMUSE, as we don't have any codes that take tidal deformation of bodies into account.
Hello all! It seems like I cannot use EVtwin for stars more massive than 20 Msun. I run the following script: from amuse.units import units from amuse.community.evtwin.interface import EVtwin from...
**Is your feature request related to a problem? Please describe.** For larger simulations, you really want to run AMUSE on an HPC machine, and so it needs to be installed...
In `amuse/src/amuse/ext/protodisk.py `variables were still mapped to outdated names. Also modified error messages and removed unused libraries from the import line.
**Describe the bug** When running the sun_earth_venus.py example using Ph4, everything works fine in CPU mode, but we only get NaNs in GPU mode. Other codes have the same issue....
This seems to make more sense - especially since it's already in the list of initial condition imports in lab.py. In general, I think "ext" modules should be for "extensions"...
**Describe the bug** `from amuse.community.galaxia import BarAndSpirals3D` gives an error: ``` File "/home/spz/anaconda3/envs/amuse/lib/python3.13/site-packages/amuse/community/galaxia/__init__.py", line 1, in from .interface import Galaxia ImportError: cannot import name 'Galaxia' from 'amuse.community.galaxia.interface' (/home/spz/anaconda3/envs/amuse/lib/python3.13/site-packages/amuse/community/galaxia/interface.py) ``` Galaxia...
**Describe the bug** When compiling sapporo_light with a conda-installed CUDA 13.0.2, I get: ``` /var/scratch/lveen/miniforge3/envs/Amuse-env/bin/x86_64-conda-linux-gnu-c++ -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /var/scratch/lveen/miniforge3/envs/Amuse-env/include -I/var/scratch/lveen/miniforge3/envs/Amuse-env/targets/x86_64-linux/include -I/var/scratch/lveen/miniforge3/envs/Amuse-env/targets/x86_64-linux/include/cccl...