Skip to content

Commit

Permalink
update lmax and typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
xzackli committed Dec 15, 2023
1 parent 0761e8f commit b7f4604
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/ana_cov_comp/README_perlmutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
```bash
alias shortjob="sbatch paramfiles/1perlmutternode.slurm $1" # short QOS
shortjob "srun --ntasks 1 --cpus-per-task 128 --cpu-bind=cores python -u \
python python/get_1pt_ewin_alms.py paramfiles/cov_dr6_v4_20231128.dict"
python/get_1pt_ewin_alms.py paramfiles/cov_dr6_v4_20231128.dict"
shortjob "srun --ntasks 1 --cpus-per-task 128 --cpu-bind=cores python -u \
python python/get_2pt_ewin_alms.py paramfiles/cov_dr6_v4_20231128.dict"
python/get_2pt_ewin_alms.py paramfiles/cov_dr6_v4_20231128.dict"
```

## Couplings:
2pt couplings:
```bash
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"
python/get_2pt_coupling_matrices.py paramfiles/cov_dr6_v4_20231128.dict"
```

For production on all 4pt,
Expand Down
2 changes: 1 addition & 1 deletion project/ana_cov_comp/paramfiles/cov_dr6_v4_20231128.dict
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ multistep_path = data_dir
mcms_dir = data_dir + 'mcms'

binned_mcm = False
lmax = 8500
lmax = 10800
use_toeplitz_mcm = False
binning_file = data_dir + "binning/BIN_ACTPOL_50_4_SC_large_bin_at_low_ell"
niter = 0
Expand Down

0 comments on commit b7f4604

Please sign in to comment.