1
0
Fork 0
mirror of https://github.com/glatterf42/cosmoca-reproducibility.git synced 2024-09-20 17:13:47 +02:00

added restart description of Swift

This commit is contained in:
glatterf42 2022-06-15 10:21:08 +02:00
parent 180e7449e8
commit 1b8863cf80
2 changed files with 3 additions and 1 deletions

View file

@ -20,3 +20,5 @@ To change the Daubechies wavelet in question, go to line 146 of /src/plugins/ran
- execute: `/gpfs/data/fs71636/fglatter/swiftsim/examples/swift --cosmology --self-gravity --fof --threads=$SLURM_NPROCS /gpfs/data/fs71636/fglatter/swiftsim/monofonic_tests/output/shannon_512_100/shannon_512_100_param.yml`
- output times: `monofonic_snap_times.txt`
- example job file: `shannon_job.sh`
- restart via adding: `--restart`
- note that the number of restart files must equal the number of nodes (mpi tasks used) (line 910 of main.c)

View file

@ -1,6 +1,6 @@
# Spectra
We use tools developed by Oliver Hahn to calculate the power and cross spectra of our simulations. We expand these tools by adding output formats 3, 4, and 5 compatible with Swift, monofonic-experimental, and Gadget-4, respectively. Note that these formats are not cleaned up yet, i.e. monofonic-experimental just expands Swift rather than deleting HDF5 attributes and keys that are not needed anymore.
We use tools developed by Oliver Hahn to calculate the power and cross spectra of our simulations. We expand these tools by adding output formats 3, 4, and 5 compatible with Swift, monofonic-experimental, and Gadget-4, respectively. Note that these formats are not cleaned up yet, i.e. monofonic-experimental just expands Swift rather than deleting HDF5 attributes and keys that are not needed anymore.
## Code