From 1b8863cf800c0cfe90aa7c613c39a99500cb40f3 Mon Sep 17 00:00:00 2001 From: glatterf42 Date: Wed, 15 Jun 2022 10:21:08 +0200 Subject: [PATCH] added restart description of Swift --- monofonic_tests/README.md | 2 ++ spectra/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/monofonic_tests/README.md b/monofonic_tests/README.md index 4e1bc6e..334a5c3 100644 --- a/monofonic_tests/README.md +++ b/monofonic_tests/README.md @@ -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) diff --git a/spectra/README.md b/spectra/README.md index cbf849d..fbe81bd 100644 --- a/spectra/README.md +++ b/spectra/README.md @@ -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