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

  • 4bbf3d6
  • /
  • docs
  • /
  • hpc.rst
Raw File Download

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
swh:1:cnt:3912ed56173e7c9f69ec2256926402e52ba9a4d6
directory badge
swh:1:dir:ef5ab9e5fbcb548801042691b7bc8fc914e9d7ab

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 tested with the Raijin platform of the 
National Computational Infrastructure (NCI). 
The process for other HPC platforms may differ. 

Login to Raijin:

::

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

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

::

    source PyRate/utils/load_modules.sh

Create a Python virtual environment:

::

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

Install PyRate:

::

    cd PyRate
    python setup.py install


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

::

    qsub -I -q expressbw -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:

::

    cd ~
    source PyRateVM/bin/activate
    source PyRate/utils/load_modules.sh

back to top

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— Content policy— Contact— JavaScript license information— Web API