SWIFT icon indicating copy to clipboard operation
SWIFT copied to clipboard

Modern astrophysics and cosmology particle-based code. Mirror of gitlab developments at https://gitlab.cosma.dur.ac.uk/swift/swiftsim

Results 15 SWIFT issues
Sort by recently updated
recently updated
newest added

In [small_cosmo_volume.yml](https://github.com/SWIFTSIM/SWIFT/blob/master/examples/SmallCosmoVolume/SmallCosmoVolume_hydro/small_cosmo_volume.yml), the initial temperature of the baryons at z~=50 is set to ~7000K. An accompanying comment says `(1 + z_ini)^2 * 2.72K`. This temperature seems far too high, and...

Overall the onboarding guide is very helpful. However, I found I had to specify paths to FFTW3 and GSL, even though these were both accessible via `pkg-config`. Moreover despite these...

enhancement

Dear SWIFT team, I'm having a serious slow downing issue when trying to use swift_mpi running planetary impact simulation on our HPC. The issue can only happen if I use...

Dear all, I'm trying to configure SWIFT with VELOCIraptor. I have installed VELOCIraptor(with hdf5 parallel support and mpi), and when I configure SWIFT with it, it could be found well:...

Dear SWIFT developers, Thank you very much for your previous help, I could run SWIFT with vectorization disabled on an ARM-based HPC. The code is functioning, but it's running at...

Hi SWIFT team, I have been attempting some simulations using the Gasoline and Anarchy-PU hydro schemes. The setup is a spherically symmetric gas halo initially in hydrostatic equilibrium, using an...

I tried to compile swift with icc 18 successfully, but encountered some errors when running `make check`. If I do not provide any specific `CFLAGS` when running configuration script, it...

Hello, There seem to be a few issues with the CoolingHalo and CoolingHaloWithSpin examples: - A script radial_profile.py is in run.sh, but there is none in the project - I...

Hi, First of all - thanks for creating (and open-sourcing) this swift code! Looks great! I was looking through the SIMD wrappers for `AVX512F` in `vector.h` and I noticed a...

help wanted
question