Skip to content

Commit

Permalink
mroe readme updates: cook recipe and make 4pt jobs longer for higher …
Browse files Browse the repository at this point in the history
…lmax
  • Loading branch information
xzackli committed Dec 15, 2023
1 parent b7f4604 commit d1dd19a
Showing 1 changed file with 3 additions and 1 deletion.
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 @@ -6,6 +6,8 @@ shortjob "srun --ntasks 1 --cpus-per-task 128 --cpu-bind=cores python -u \
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/get_2pt_ewin_alms.py paramfiles/cov_dr6_v4_20231128.dict"
shortjob "srun --ntasks 1 --cpus-per-task 128 --cpu-bind=cores python -u \
python/get_4pt_coupling_matrices_recipe.py paramfiles/cov_dr6_v4_20231128.dict"
```

## Couplings:
Expand All @@ -18,7 +20,7 @@ python/get_2pt_coupling_matrices.py paramfiles/cov_dr6_v4_20231128.dict"

For production on all 4pt,
```bash
alias shortjob="sbatch paramfiles/1perlmutternode.slurm $1" # short QOS
alias shortjob="sbatch --time 2:00:00 paramfiles/1perlmutternode.slurm $1" # short QOS
for i in {0..57}; do \
shortjob "srun --ntasks 1 --cpus-per-task 128 --cpu-bind=cores python -u \
python/get_4pt_coupling_result.py paramfiles/cov_dr6_v4_20231128.dict $((50*i)) $((50*i+50))"
Expand Down

0 comments on commit d1dd19a

Please sign in to comment.