Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 71094d3
  • /
  • hpc.rst
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:aeda465653f98a04c77d15ef095efdb4df43fd0b
directory badge Iframe embedding
swh:1:dir:71094d3c8c5282ac3041e2ddbf42c2cee494c2fb
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
hpc.rst
HPC
^^^

These instructions have been written for the Gadi supercomputer of the 
`National Computational Infrastructure (NCI)`_. The process for other
HPC platforms may differ. 

.. _`National Computational Infrastructure (NCI)`: https://nci.org.au/ 

Login to Gadi and clone the `PyRate` repository::

    ssh <user_name>@gadi.nci.org.au
    cd ~
    git clone https://github.com/GeoscienceAustralia/PyRate.git

Create a Python virtual environment::

    python3 -m venv ~/PyRateVenv
    source ~/PyRateVenv/bin/activate

Load the required Gadi modules (this will also remove the default NCI GDAL
Python bindings so we can build and use our own)::

    source ~/PyRate/scripts/nci_load_modules.sh

Install `PyRate`::

    cd ~/PyRate
    python3 setup.py install

Following this, `PyRate` will be available for PBS jobs. To verify the 
installation, first run an interactive session::

    qsub -I -q express -l walltime=01:00:00,mem=16Gb,ncpus=4,wd

Once the session has started, you will need to reactivate your virtual 
environment and reload the required modules::

    source ~/PyRateVenv/bin/activate
    source ~/PyRate/scripts/nci_load_modules.sh

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top