pelahi / VELOCIraptor-STF

Galaxy/(sub)Halo finder for N-body simulations
MIT License
19 stars 26 forks source link

Adacs dev (#54) #80

Closed jesmigel closed 4 years ago

jesmigel commented 4 years ago

Generalising HDF5 write to allow for C or C++ API

The new HDF5 interface using only C API is now compiling. Needs testing.

Removal of commented code

Bug fix to non-MPI HDF5 and when reading hydro data.

Now info contains type information in the simulation info, unit info, and configuration info files.

Update to code to minimise memory footprint when searching particles on other mpi domains for local velocity calculations and SO mass estimates. Also better handling of baryons (whether to use them in measuring local velocity densities).

Configuration file contains data type information and also some compile time options.

Incorrectly overwriting information.

Incorrect variable name when compiled with STARON

Added a script that compares two VR catalogs. The idea is to compare a reference output to a comparison one produced with a newer version of VR. Useful for testing changes.

I have suggested an encapsulation, making use of existing functions. Will need alterations to make use of a maximum thread pool.

jesmigel commented 4 years ago

Merging from development to feature/encapsulation