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

  • 9753e50
  • /
  • build_instr.md
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:8d5d2e73bd5c095557c8535210c307e8038718d5
directory badge Iframe embedding
swh:1:dir:9753e50b7268a47325aaba182ffb3074cc1a3a21
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 ...
build_instr.md
# Dipha with MPI

* OpenMPI
  + module load openMPI
  + CC=mpicc CXX=mpicxx CXXFLAGS=-std=c++11 MPI_HOME=/opt/dev/libs/OpenMPI-4.0.3-intel ccmake ../../dipha
* MPT
  + module load mpt/2.18
  + CC=mpicc CXX=mpicxx MPI_HOME=/opt/hpe/hpc/mpt/mpt-2.18 ccmake ../../dipha
* Intel
  + module load intel/intel-compilers-18.2/18.2 intel/intel-mpi/2018.2
  + CC=icc CXX=icpc CXXFLAGS=-std=c++11 MPI_ROOT=/opt/dev/intel/2018_Update2/impi/2018.2.199 ccmake ../../dipha

# ParaView

* GCC and Python
  + module load gcc/8.2
  + CC=gcc CXX=g++ ccmake -DPARAVIEW_USE_QT=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install ..

# TTK with OpenMP

* GCC and SGI MPT
  + module load gcc/8.2 mpt/2.18
  + CC=gcc CXX=g++ ccmake -DTTK_ENABLE_CPU_OPTIMIZATIONS=OFF -DTTK_ENABLE_KAMIKAZE=ON ..

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