Skip to content

Commit 79bbacf

Browse files
committed
Updated make_covs explanation
1 parent 0f4ed0a commit 79bbacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ The Python function `run_cov` for calling `RascalC` should set up OpenMP threads
3636
If you need to run something besides `RascalC` on multiple threads, run it separately (one of the options is to create a child process).
3737
- `run_covs.sh` – SLURM batch script submitting an array of jobs doing the whole list of similar tasks.
3838
- `run_covs_test.sh` – dry-run Bash script to test for e.g. "file not found" errors.
39-
- `make_covs.py` – computation-light (usually ok to run on a login node) Python script to format the covariance matrices into text files. Only run when all the submitted jobs have finished. The script tracks the dependencies: does not run the recipe if sources are missing or have not been changed since the previous run (the knowledge about the latter is only gathered after the first execution without critical failures).
39+
- `make_covs.py` – computation-light (usually ok to run on a login node) Python script to format the covariance matrices into text files (and combine SGC and NGC regions into GCcomb according to Appendix B of [Rashkovetskyi et al 2025](https://ui.adsabs.harvard.edu/abs/2025JCAP...01..145R/abstract) when applicable). **Only run when all the submitted jobs have finished.** The script tracks the dependencies: does not run the recipe if sources are missing or have not been changed since the previous run (but the dependencies are cached only when script terminates without critical failures).

0 commit comments

Comments
 (0)