Complete the following steps to enable AOCL with MUMPS on Linux:
Set up Spack on the target machine.
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