Difference between revisions of "SuiteSparse 2016"

From HPC users
Jump to navigationJump to search
(Created page with "== Introduction == SuiteSparse is a suite of sparse matrix packages by T. A. Davis et al. == Installed version == The currently installed versions are: on ''hpc-env/6.4'' ...")
 
Line 5: Line 5:


The currently installed versions are:
The currently installed versions are:
 
on ''hpc-env/8.4''
'''SuiteSparse/5.6.0'''-foss-2019b
  on ''hpc-env/6.4''
  on ''hpc-env/6.4''
  '''SuiteSparse/5.2.0'''
  '''SuiteSparse/5.2.0'''

Revision as of 09:54, 22 March 2022

Introduction

SuiteSparse is a suite of sparse matrix packages by T. A. Davis et al.

Installed version

The currently installed versions are:

on hpc-env/8.4
SuiteSparse/5.6.0-foss-2019b
on hpc-env/6.4
SuiteSparse/5.2.0
SuiteSparse/4.5.3

on hpc-uniol-env
SuiteSparse/4.5.3
SuiteSparse/5.2.0

Using SuiteSparse

If you want to find out more about SuiteSparse on the HPC Cluster, you can use the command

module spider SuiteSparse

This will show you basic informations e.g. a short description and the currently installed version.

To load the desired version of the module, use the module load command, e.g.

module load hpc-env/6.4
module load SuiteSparse/5.2.0

Always remember: this command is case sensitive!


Documentation

The full documentation can be found here.