Using Spack on Linux - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English

Complete the following steps to enable AOCL with MUMPS on Linux:

  1. Set up Spack on the target machine.

  2. Link the AOCL libraries AOCL-BLAS, AOCL-LAPACK, and AOCL-ScaLAPACK while installing MUMPS. Use the following Spack commands to install MUMPS with:

    • gcc compiler:

      $ spack install mumps ^amdblis ^amdlibflame ^amdscalapack
      
    • aocc compiler:

      $ spack install mumps ^amdblis ^amdlibflame ^amdscalapack %aocc
      
    • To use an external reordering library (for example, METIS), run the following command:

      $ spack install mumps ^metis ^amdblis ^amdlibflame ^amdscalapack