Qhull

Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. The source code runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull implements the Quickhull algorithm for computing the convex hull.

Note

This is an autogenerated page, more detail including examples may be available for this package. Please see the first section of Software on Stanage

After connecting to Stanage (see Establishing a SSH connection), start an interactive session with the following command:

srun --pty bash -i

A version of Qhull can then be made available with one of the following:

module load Qhull/2020.2-GCCcore-12.2.0
module load Qhull/2020.2-GCCcore-11.3.0
module load Qhull/2020.2-GCCcore-11.2.0
module load Qhull/2020.2-GCCcore-10.3.0

Notes

Qhull was installed using Easybuild, build details can be found in $EBROOTQHULL/easybuild with a given module loaded.

Dependencies for latest version of Qhull