{"id":21375558,"url":"https://github.com/lsst/rtn-028","last_synced_at":"2026-03-19T20:06:44.412Z","repository":{"id":138911802,"uuid":"428439885","full_name":"lsst/rtn-028","owner":"lsst","description":"Computing resource estimates for running the DRP pipeline at NERSC and on the SLAC SDF","archived":false,"fork":false,"pushed_at":"2023-07-10T00:26:02.000Z","size":1055,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-01-22T21:41:40.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rtn-028.lsst.io","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsst.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-15T22:24:26.000Z","updated_at":"2022-01-25T05:27:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"1bf88208-b2c1-47e6-8df9-30ffd6fa148c","html_url":"https://github.com/lsst/rtn-028","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst%2Frtn-028","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst%2Frtn-028/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst%2Frtn-028/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst%2Frtn-028/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsst","download_url":"https://codeload.github.com/lsst/rtn-028/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243851360,"owners_count":20358177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T09:11:32.478Z","updated_at":"2026-01-03T01:41:06.428Z","avatar_url":"https://github.com/lsst.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/badge/rtn--028-lsst.io-brightgreen.svg\n   :target: https://rtn-028.lsst.io\n.. image:: https://github.com/lsst/rtn-028/workflows/CI/badge.svg\n   :target: https://github.com/lsst/rtn-028/actions/\n..\n  Uncomment this section and modify the DOI strings to include a Zenodo DOI badge in the README\n  .. image:: https://zenodo.org/badge/doi/10.5281/zenodo.#####.svg\n     :target: http://dx.doi.org/10.5281/zenodo.#####\n\n######################################################################################\nComputing resource estimates for running the DRP pipeline at NERSC and on the SLAC SDF\n######################################################################################\n\nRTN-028\n=======\n\nWe have profiled the various pipetasks in the DRP pipeline and have characterized the memory and CPU time usage of those task for processing DESC DC2 data.  We have also studied the efficiency of running on Rome and Milan processors and various levels of node occupancy.  This information is used to estimate the node hours required to do the first year of DRP processing of the Rubin WFD survey.\n\n**Links:**\n\n- Publication URL: https://rtn-028.lsst.io\n- Alternative editions: https://rtn-028.lsst.io/v\n- GitHub repository: https://github.com/lsst/rtn-028\n- Build system: https://github.com/lsst/rtn-028/actions/\n\n\nBuild this technical note\n=========================\n\nYou can clone this repository and build the technote locally with `Sphinx`_:\n\n.. code-block:: bash\n\n   git clone https://github.com/lsst/rtn-028\n   cd rtn-028\n   pip install -r requirements.txt\n   make html\n\n.. note::\n\n   In a Conda_ environment, ``pip install -r requirements.txt`` doesn't work as expected.\n   Instead, ``pip`` install the packages listed in ``requirements.txt`` individually.\n\nThe built technote is located at ``_build/html/index.html``.\n\nEditing this technical note\n===========================\n\nYou can edit the ``index.rst`` file, which is a reStructuredText document.\nThe `DM reStructuredText Style Guide`_ is a good resource for how we write reStructuredText.\n\nRemember that images and other types of assets should be stored in the ``_static/`` directory of this repository.\nSee ``_static/README.rst`` for more information.\n\nThe published technote at https://rtn-028.lsst.io will be automatically rebuilt whenever you push your changes to the ``main`` branch on `GitHub \u003chttps://github.com/lsst/rtn-028\u003e`_.\n\nUpdating metadata\n=================\n\nThis technote's metadata is maintained in ``metadata.yaml``.\nIn this metadata you can edit the technote's title, authors, publication date, etc..\n``metadata.yaml`` is self-documenting with inline comments.\n\nUsing the bibliographies\n========================\n\nThe bibliography files in ``lsstbib/`` are copies from `lsst-texmf`_.\nYou can update them to the current `lsst-texmf`_ versions with::\n\n   make refresh-bib\n\nAdd new bibliography items to the ``local.bib`` file in the root directory (and later add them to `lsst-texmf`_).\n\n.. _Sphinx: http://sphinx-doc.org\n.. _DM reStructuredText Style Guide: https://developer.lsst.io/restructuredtext/style.html\n.. _this repo: ./index.rst\n.. _Conda: http://conda.pydata.org/docs/\n.. _lsst-texmf: https://lsst-texmf.lsst.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsst%2Frtn-028","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsst%2Frtn-028","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsst%2Frtn-028/lists"}