You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,4 @@ The Python function `run_cov` for calling `RascalC` should set up OpenMP threads
36
36
If you need to run something besides `RascalC` on multiple threads, run it separately (one of the options is to create a child process).
37
37
-`run_covs.sh` – SLURM batch script submitting an array of jobs doing the whole list of similar tasks.
38
38
-`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