Skip to content

Commit

Permalink
unite everything on one script
Browse files Browse the repository at this point in the history
  • Loading branch information
xzackli committed Dec 12, 2023
1 parent 091a4bd commit 86a9e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
4 changes: 3 additions & 1 deletion project/ana_cov_comp/README_perlmutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ python python/get_2pt_ewin_alms.py paramfiles/cov_dr6_v4_20231128.dict"

## Couplings:
```bash
sbatch paramfiles/2pt_coupling_matrices.slurm
alias shortjob="sbatch --time 2:00:00 paramfiles/1perlmutternode.slurm $1" # short QOS
shortjob "srun --ntasks 1 --cpus-per-task 128 --cpu-bind=cores python -u \
python python/get_2pt_coupling_matrices.py paramfiles/cov_dr6_v4_20231128.dict"
```

```bash
Expand Down
19 changes: 0 additions & 19 deletions project/ana_cov_comp/paramfiles/2pt_coupling_matrices.slurm

This file was deleted.

0 comments on commit 86a9e5e

Please sign in to comment.