... | ... | @@ -268,13 +268,13 @@ Maximum difference for af_evol_avg: 9.770286555355057e-07 |
|
|
To check that the evolved quantities are consistent when run on multiple cores, we run the following `summarypages` executable with `pesummary v0.5.5` (i.e. no parallelisation):
|
|
|
|
|
|
```bash
|
|
|
$ summarypages --webdir /home/charlie.hoy/public_html/projects/pesummary_review/remnant_fits/parallel_evolved/no_parallel --samples /home/charlie.hoy/projects/pesummary_review/remnant_fits/parallel_evolved/PhenomPv3HM_samples.hdf5 --evolve_spins --approximant IMRPhenomPv3HM --labels no_parallelisation
|
|
|
$ summarypages --redshift_method exact --webdir /home/charlie.hoy/public_html/projects/pesummary_review/remnant_fits/parallel_evolved/no_parallel --samples /home/charlie.hoy/projects/pesummary_review/remnant_fits/parallel_evolved/PhenomPv3HM_samples.hdf5 --evolve_spins --approximant IMRPhenomPv3HM --labels no_parallelisation
|
|
|
```
|
|
|
|
|
|
and we run the following `summarypages` executable on commit 4eb7e4a (where parallelisation has been added):
|
|
|
|
|
|
```bash
|
|
|
$ summarypages --webdir /home/charlie.hoy/public_html/projects/pesummary_review/remnant_fits/parallel_evolved/parallel --samples /home/charlie.hoy/projects/pesummary_review/remnant_fits/parallel_evolved/PhenomPv3HM_samples.hdf5 --evolve_spins --approximant IMRPhenomPv3HM --labels parallel --multi_process 10
|
|
|
$ summarypages --redshift_method exact --webdir /home/charlie.hoy/public_html/projects/pesummary_review/remnant_fits/parallel_evolved/parallel --samples /home/charlie.hoy/projects/pesummary_review/remnant_fits/parallel_evolved/PhenomPv3HM_samples.hdf5 --evolve_spins --approximant IMRPhenomPv3HM --labels parallel --multi_process 10
|
|
|
```
|
|
|
|
|
|
We then compare the samples generated by the two runs and highlight the maximum difference:
|
... | ... | |