Skip to content

Commit

Permalink
Updates for in2p3 submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Zuntz committed Nov 7, 2024
1 parent b08b552 commit a182b9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion examples/cosmodc2/Cluster_pipelines/20deg2-in2p3.sub
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
#SBATCH --cpus-per-task=1
#SBATCH --mem=128000

source /pbs/throng/lsst/users/jzuntz/txpipe-environments/setup-txpipe
source ./conda/bin/activate
export HDF5_DO_MPI_FILE_SYNC=0
ceci examples/cosmodc2/Cluster_pipelines/pipeline-20deg2-CL-in2p3.yml
10 changes: 5 additions & 5 deletions examples/cosmodc2/Cluster_pipelines/pipeline-20deg2-CL-in2p3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ config: ./examples/cosmodc2/Cluster_pipelines/config-20deg2-CL.yml

inputs:
# See README for paths to download these files
shear_catalog: ./data/cosmodc2/20deg2/shear_catalog.hdf5
#photometry_catalog: ./data/cosmodc2/20deg2/photometry_catalog.hdf5
shear_catalog: /sps/lsst/users/mricci/TXPipe_data/data_link/cosmodc2/20deg2/shear_catalog.hdf5
#photometry_catalog: /sps/lsst/users/mricci/TXPipe_data/data_link/cosmodc2/20deg2/photometry_catalog.hdf5
fiducial_cosmology: ./data/fiducial_cosmology.yml
calibration_table: ./data/cosmodc2/20deg2/sample_cosmodc2_w10year_errors.dat
spectroscopic_catalog: ./data/cosmodc2/20deg2/spectroscopic_catalog.hdf5
cluster_catalog: ./data/cosmodc2/20deg2/cluster_catalog.hdf5
calibration_table: /sps/lsst/users/mricci/TXPipe_data/data_link/cosmodc2/20deg2/sample_cosmodc2_w10year_errors.dat
spectroscopic_catalog: /sps/lsst/users/mricci/TXPipe_data/data_link/cosmodc2/20deg2/spectroscopic_catalog.hdf5
cluster_catalog: /sps/lsst/users/mricci/TXPipe_data/data_link/cosmodc2/20deg2/cluster_catalog.hdf5
#shear_tomography_catalog: ./data/example/outputs_metadetect/shear_tomography_catalog.hdf5
#source_photoz_pdfs: ./data/example/inputs/photoz_pdfs.hdf5
resume: true
Expand Down

0 comments on commit a182b9c

Please sign in to comment.