From 4eb41f01f4a43d230de38a17380d5b041c4ec25a Mon Sep 17 00:00:00 2001 From: Matthieu Schaller Date: Sat, 28 Aug 2021 12:24:35 +0200 Subject: [PATCH] Add the 'UseLongids' parameter to the example configuration script --- example.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example.conf b/example.conf index f14f7e0..72585a9 100644 --- a/example.conf +++ b/example.conf @@ -145,9 +145,11 @@ NumThreads = 8 # filename = ics_hacc ##> SWIFT compatible HDF5 format. Format broadly similar to gadget_hdf5 but in a single -##> file even when using MPI. No h-factors and no sqrt(a)-factor for the velocities. +##> file even when using MPI. No h-factors for position and masses and no sqrt(a)-factor for the velocities. +##> IDs are stored using 64-bits unless UseLongids is set to false. # format = SWIFT # filename = ics_swift.hdf5 +# UseLongids = true ##> Generic HDF5 output format for testing or PT-based calculations # format = generic