Skip to content

[package list]

ScaLAPACK

License information

ScaLAPACK is distriguted under a modified BSD license. See the "Licensing" section on the netlib.org ScaLPACK web site.

From version 4.0 on, the license information can also be found in $EBROOTSCALAPACK/share/licenses/ScaLAPACK after installation and loading the ScaLAPACK module.

User-installable modules (and EasyConfigs)

Install with the EasyBuild-user module:

eb <easyconfig> -r
To access module help after installation and get reminded for which stacks and partitions the module is installed, use module spider ScaLAPACK/<version>.

EasyConfig:

Technical documentation

Notes

  • AMD ScaLAPACK 4.0 seems to be based on version 2.1 which does not yet contain support for 64-bit integers in the routine interfaces.

EasyBuild

Version 3.1 for CPE 21.08

  • Own EasyConfig, only superficially based on the EasyBuilders one.

Version 3.2 for CPE 22.06 and 22.08

  • Straightforward port of the 3.1 EasyConfig.

  • Re-tried a Cray version also, but that still fails.

    • CMake adds the -cpp option to the Fortran compiler command line to force preprocessing of .f files but that is not correct for the Cray compiler. So one should edit CMakeLists.txt to replace -cpp with the roughly equivalent Cray option -eT.

    • But that is apparently not enough, compilation still breaks for the SRC/icopypv.f file on line 89, with the message that a scalar integer expression is needed as a subscript. It is unclear though why the expression in the code is not considered a scalar integer expression by the compiler. The problem is that the parameter CTXT_, though seemingly initialized with an integer, is considered a floating point number by the compiler as any type declaration is missing. The solution is to declare this parameter as an integer which is easily done through a patch file.

    • But then linking of the shared library still fails with undefined symbols for the IDMIN and ISMIN functions, and there are also a lot of warnings. Those IDMIN and ISMIN functions should be in BLAS or an extension thereof so it is not clear why they are found in the GNU version but not in the Cray version.

Version 4.0 for CPE 22.12

  • Trivial port of the 3.2 EasyConfigs for cpeGNU and cpeAOCC.

  • The Cray version is still broken.

Archived EasyConfigs

The EasyConfigs below are additonal easyconfigs that are not directly available on the system for installation. Users are advised to use the newer ones and these archived ones are unsupported. They are still provided as a source of information should you need this, e.g., to understand the configuration that was used for earlier work on the system.