Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Existing output directory #660

Draft
wants to merge 21 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
fb91f20
Tests to skip module (MCCD PSF) if output file exists
martinkilbinger Sep 5, 2023
ac061c0
Merge remote-tracking branch 'upstream/develop' into output_exists
martinkilbinger Sep 17, 2023
a93546e
n_smp for more jobs; N_EPOCH bugs; ngmix checking for existing output
martinkilbinger Sep 17, 2023
1ed596c
numbering scheme with re pattern: copied, not changed
martinkilbinger Sep 24, 2023
ba4aa19
numbering scheme with re pattern: copied, not changed
martinkilbinger Sep 24, 2023
776943c
removed galsim from job script message
martinkilbinger Sep 24, 2023
3216eb6
Fixed import typo
martinkilbinger Oct 16, 2023
eeadfbf
ngmix template
martinkilbinger Oct 18, 2023
ee90dc1
testing openmpi 5.0.0 on candide
martinkilbinger Oct 28, 2023
22c2f56
Testing MPI on candide; errors with process list
martinkilbinger Oct 31, 2023
27e9bbb
Updated MPI setting and candide job
martinkilbinger Oct 31, 2023
c380cd4
ngmix runner reset to develop
martinkilbinger Oct 31, 2023
13940f5
ngmix script reset to develop
martinkilbinger Oct 31, 2023
0bec318
mccd and pysap dependencies added back in to example
martinkilbinger Oct 31, 2023
691daf3
submit run added missing arg
martinkilbinger Oct 31, 2023
3712734
config mpi
martinkilbinger Oct 31, 2023
ddf4091
removed debug prints
martinkilbinger Nov 6, 2023
3fb5a25
mpi4py upgraded to 3.1.5
martinkilbinger Nov 6, 2023
6a76454
changed warning print output
martinkilbinger Nov 6, 2023
7ac5042
ngmix_runner checked out from develop
martinkilbinger Nov 6, 2023
bfcdb78
Added testing of mmap file existence
martinkilbinger Nov 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed galsim from job script message
  • Loading branch information
martinkilbinger committed Sep 24, 2023
commit 776943ccfb2cfdbadcd6299b9e937c7596e64d42
2 changes: 1 addition & 1 deletion scripts/sh/job_sp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ if [[ $do_job != 0 ]]; then
### Shapes, run $nsh_jobs parallel processes
VERBOSE=0
for k in $(seq 1 $nsh_jobs); do
command_sp "shapepipe_run -c $SP_CONFIG_MOD/config_tile_Ng${k}u.ini" "Run shapepipe (tile: ngmix+galsim $k)" &
command_sp "shapepipe_run -c $SP_CONFIG_MOD/config_tile_Ng${k}u.ini" "Run shapepipe (tile: ngmix $k)" &
done
wait
VERBOSE=1
Expand Down