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