Attention

WARNING: From 9am on 19th August until 5pm on 2nd September there will be no access to the Stanage HPC cluster.

We will send an email to notify you when Stanage is back online and available for job submission.

Attention

The ShARC HPC cluster was decommissioned on the 30th of November 2023 at 17:00. It is no longer possible for users to access that cluster.

Doxygen

Doxygen is a tool for building documentation for source code e.g. inter-related HTML pages for C++ source code.

Usage

Doxygen can be loaded with either:

module load apps/doxygen/1.8.13/gcc-4.9.4
module load apps/doxygen/1.9.1/gcc-8.2-cmake-3.17.1

NB Doxygen has a run-time dependency on libstdc++ so the above also needs to (and does) load the GCC compiler version 4.9.4 or 8.2 respectively.

Installation

Version 1.9.1 GCC v8.2

  1. Install using this script

  2. Install this modulefile as /usr/local/modulefiles/apps/doxygen/1.9.1/gcc-8.2-cmake-3.17.1

Version 1.8.13 GCC v4.9.4

  1. Install using this script

  2. Install this modulefile as /usr/local/modulefiles/apps/doxygen/1.8.13/gcc-4.9.4