LSSTDESC/drp-stack:imsim
$ singularity pull shub://LSSTDESC/drp-stack:imsim
Singularity Recipe
Bootstrap: docker
From: lsstdesc/stack-sims:w_2018_26-sims_2_9_0
# imSim Singularity image which includes write_image_amp_file.py
# desc_sim_utils
%post
set +e
yum install -y time
source scl_source enable devtoolset-6
set -e
source /opt/lsst/software/stack/loadLSST.bash
setup lsst_sims
mkdir /DC2
cd /DC2
git clone https://github.com/LSSTDESC/imSim.git
cd imSim
git checkout u/jchiang/fix_raw_file_packager
setup -r . -j
scons
cd ..
git clone https://github.com/LSSTDESC/desc_sim_utils
cd desc_sim_utils
git checkout u/jchiang/imsim_calib_scripts
setup -r . -j
scons
cd ../..
%environment
source /opt/lsst/software/stack/loadLSST.bash
setup lsst_sims
cd /DC2
setup -r imSim -j
setup -r desc_sim_utils -j
cd
export OMP_NUM_THREADS=1
#%runscript
# exec python /DC2/ALCF_1.2i/scripts/run_imsim.py "$@"
Collection
- Name: LSSTDESC/drp-stack
- License: BSD 3-Clause “New” or “Revised” License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/LSSTDESC-drp-stack-imsim |
collection name | LSSTDESC/drp-stack |
branch | master |
tag | imsim |
commit | 4ed30f6ad9b36e704519abf9757faa1696997e3d |
version (container hash) | d847727157c423d1f6e8abca7405e133 |
build date | 2018-08-28T16:37:58.999Z |
size (MB) | 6583 |
size (bytes) | 3128414239 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.