Software
PLASMA Installer and Source Code Download

For most users, download the installer package. The manual download of PLASMA source is not needed using the installer. In the event the installer does not fit your needs, a makefile is provided in the PLASMA source.

PLASMA source code version 2.4.5
2011-11-22

Source code for PLASMA libraries.

We recommend using the installer, which will automatically download the sources and also install all other required software packages.

This package contains:

  • Add  LU  inversion functions: PLASMA_zgetri, PLASMA_zgetri_Tile and PLASMA_zgetri_Tile_Async using   the   recursive  parallel  panel implementation of LU factorization.
  • The  householder  reduction  trees for QR and LQ factorizations can now  work on general cases and not only on matrices with M multiple of MB.
  • Matrices  generation  has been changed in every timing, testing and example  files to use a parallel initialization generating a better distribution  of  the data on the architecture, especially for Tile interface. “numactl” is not required anymore.
  • Timing  routines  can  now generate DAGs with the --dag option, and traces with --trace option if EZTRACE is present.

For further details, view ReleaseNotes.

plasma_2.4.5.tar.gz   Download File View License

PLASMA Installer version 2.4.5
2011-11-22

Python script that downloads and builds the PLASMA libraries.
Separate download of PLASMA source is not required.
View README.

plasma-installer_2.4.5.tar.gz   Download File View License

PLASMA source code version 2.4.2
2011-09-15

Source code for PLASMA libraries.

We recommend using the installer, which will automatically download the sources and also install all other required software packages.

This package contains:

  • New version of quark removing active waiting and allowing user to bind tasks to set of cores.
  • Installer: Fix compatibility issues between plasma-installer and PGI compiler reported on Kraken by A. Bouteiller.
  • Fix one memory leak with Hwloc.
  • Introduce a new kernel for the recursive LU operation on tile layout which reduces cache misses.
  • Fix several bugs and introduce new features thanks to people from Fujitsu and NAG :
    • The new LU factorization with partial pivoting introduced in release 2.4 is now working on rectangular matrices.
    • Add missing functions to Fortran 77 interface.
    • Add a new Fortran 90 interface to all LAPACK and Tile interface. Asynchronous interface and mixed precision routines are not available yet. The option PLASMA_F90 in the file make.inc allow to enable/disable the interface if your compiler doesn't support F90.
    • Fix arguments order in header files to fit implementation.

For further details, view ReleaseNotes.

plasma_2.4.2.tar.gz   Download File View License

PLASMA Installer version 2.4.2
2011-09-15

Python script that downloads and builds the PLASMA libraries.
Separate download of PLASMA source is not required.
View README.

This new release includes the fix for the problem with PGI compiler and nomain option.

plasma-installer_2.4.2.tar.gz   Download File View License

PLASMA source code version 2.4.1
2011-07-08

Source code for PLASMA libraries.
We recommend using the installer, which will automatically download the sources and also install all other required software packages.

This package contains two major bug fix:

  • Fix bug with Fujitsu compiler reported on the forum
  • Unbind threads in PLASMA_Finalize to avoid problem of binding in OpenMP section following PLASMA calls (still possible on Mac and AIX without hwloc). A better fix is to create the OpenMP thread in the user code before any call to PLASMA thanks to a fake parallel section.


For further details, view ReleaseNotes.

plasma_2.4.1.tar.gz   Download File View License

PLASMA Installer version 2.4.1
2011-07-08

Python script that downloads and builds the PLASMA libraries.
Separate download of PLASMA source is not required.
View README.

plasma-installer_2.4.1.tar.gz   Download File View License

PLASMA version 2.4.0 for Windows x86
2011-07-07

Binary installer for 32 bit PLASMA libraries.  Includes statically compiled PLASMA libaries, and testing executables. Use of the PLASMA libraries requires a C compiler (e.g. MS VC, Intel C compiler) and a BLAS library (e.g. Intel MKL, AMD ACML).  Reference versions of LAPACK, BLAS, and other required libraries are included in this binary package for simple testing purposes, but optimized math libraries should be used for any real work.

PLASMA-2.4.0-win32.exe   Download File View License

PLASMA version 2.4.0 for Windows x86_64
2011-07-07

Binary installer for 64 bit PLASMA libraries.  Includes statically compiled PLASMA libaries, and testing executables. Use of the PLASMA libraries requires a C compiler (e.g. MS VC, Intel C compiler) and a BLAS library (e.g. Intel MKL, AMD ACML).  Reference versions of LAPACK, BLAS, and other required libraries are included in this binary package for simple testing purposes, but optimized math libraries should be used for any real work.

PLASMA-2.4.0-win64.exe   Download File View License

PLASMA Installer version 2.4.0
2011-06-15

Python script that downloads and builds the PLASMA libraries.
Separate download of PLASMA source is not required.
View README.

plasma-installer_2.4.0.tar.gz   Download File View License

PLASMA source code version 2.4.0
2011-06-14

Source code for PLASMA libraries.
We recommend using the installer, which will automatically download the sources and also install all other required software packages.

This package contains several new important routines:

  • LAPACK-compliant LU factorization,
  • symmetric eigenvalue problem routines (eigenvalues only, no eigenvectors yet),
  • singular value decomposition routines (singular values only, no singular vectors yet),
  • generalized eigenvalue problem routines (symmetric positive definite systems only),
  • tree-based QR and LQ routines supporting all input parameters Left/Right, NoTrans/Trans/ConjTrans.


For further details, view ReleaseNotes.

plasma_2.4.0.tar.gz   Download File View License

PLASMA version 2.3.1 for Windows x86_64
2011-01-30

Binary installer for 64 bit PLASMA libraries.  Includes statically compiled PLASMA libaries, and testing executables. Use of the PLASMA libraries requires a C compiler (e.g. MS VC, Intel C compiler) and a BLAS library (e.g. Intel MKL, AMD ACML).  Reference versions of LAPACK, BLAS, and other required libraries are included in this binary package for simple testing purposes, but optimized math libraries should be used for any real work.

PLASMA-2.3.1-win64.exe   Download File View License

PLASMA Installer version 2.3.1
2011-01-25

 

Python script that downloads and builds the PLASMA libraries.
Separate download of PLASMA source is not required.
View README.

For information about changes, please view post on PLASMA source code 2.3.1.

Update (2010/01/25): The file has been updated to fit the new requirement of the last CBLAS version.

plasma-installer_2.3.1.tar.gz   Download File View License

PLASMA source code version 2.3.1
2010-11-30

Source code for PLASMA libraries.
We recommend using the installer, which will automatically download the sources and also install all other required software packages. 

This package contains several minor bug fixes:

  •  Add  functions to generate random matrices (plrnt, plghe and plgsy)
    ⇒ fix the problem with time_zpotri_tile.c reported by Katayama on the forum.
  • Fix a dead lock in norm computations with static scheduling.
  • Installer: fix the LAPACK version when libtmg is the only library to be installed.
    Thanks to Henc. ( forum )

For further details, view ReleaseNotes.

plasma_2.3.1.tar.gz   Download File View License

PLASMA version 2.3.0 for Windows x86_64
2010-11-18

Binary installer for 64 bit PLASMA libraries.  Includes statically compiled PLASMA libaries, and testing executables. Use of the PLASMA libraries requires a C compiler (e.g. MS VC, Intel C compiler) and a BLAS library (e.g. Intel MKL, AMD ACML).  Reference versions of LAPACK, BLAS, and other required libraries are included in this binary package for simple testing purposes, but optimized math libraries should be used for any real work.

PLASMA-2.3.0-win64.exe   Download File View License

PLASMA source code version 2.3.0
2010-11-16

Source code for PLASMA libraries.
We recommend using the installer, which will automatically download the sources and also install all other required software packages. 
View ReleaseNotes.

 

plasma_2.3.0.tar.gz   Download File View License

PLASMA Installer version 2.3.0
2010-11-16

Python script that downloads and builds the PLASMA libraries.
Separate download of PLASMA source is not required.
View README.

 

plasma-installer_2.3.0.tar.gz   Download File View License

PLASMA Installer version 1.2.0
2010-07-10

Python script that downloads and builds the PLASMA libraries.
Separate download of PLASMA source is not required.
View README.

plasma-installer-1.2.0.tar.gz   Download File View License

PLASMA source code version 2.2.0
2010-07-10

Source code for PLASMA libraries.
Not required if using the installer.
View ReleaseNotes.

plasma_2.2.0.tar.gz   Download File View License

PLASMA 2.1.0 Windows 32 bit installer - alpha release
2009-11-15

Binary installer for 32 bit PLASMA libraries.  Includes statically compiled PLASMA libaries, and testing, timing and example executables. Use of the PLASMA libraries requires a C compiler (e.g. MS VC) and a BLAS library (e.g. Intel MKL, AMD ACML).

PLASMA-2.1.0-win32.exe   Download File View License

PLASMA 2.1.0 Windows 64 bit installer - alpha release
2009-11-15

Binary installer for 64 bit PLASMA libraries.  Includes statically compiled PLASMA libaries, and testing, timing and example executables. Use of the PLASMA libraries requires a C compiler (e.g. MS VC) and a BLAS library (e.g. Intel MKL, AMD ACML).

PLASMA-2.1.0-win64.exe   Download File View License

PLASMA source code version 2.1.0
2009-11-15

Source code for PLASMA libraries. Not required if using the installer.

plasma_2.1.0.tar.gz   Download File View License

PLASMA installer
2009-07-04

Python script that downloads and builds the PLASMA libraries. Separate download of PLASMA source is not requried.

plasma-installer.tar.gz   Download File View License

PLASMA source code version 2.0.0
2009-07-04

Source code for PLASMA libraries. Not required if using the installer.

 

plasma_2.0.0.tar.gz   Download File View License

PLASMA source code version 1.0.0
2009-01-01

Source code for PLASMA libraries. Not required if using the installer.

plasma_1.0.0.tar.gz   Download File View License

Intel em64t prebuilt ATLAS library
2008-11-14

Separate download of this file not required if using the install script.

libatlasem64t.tar.gz   Download File View License

Intel x86 prebuilt ATLAS library
2008-11-14

Separate download of this file is not required if using installer script.

libatlas32.tar.gz   Download File View License

The Oldest (pre-SVN) PLASMA Source Code
2008-11-10

This is the oldest PLASMA source code I preserved.

This was before we set up SVN for PLASMA.

There is one source file in C and four source files in FORTRAN.

I coded up the C file, Hatem coded up the coreBLAS in FORTRAN from the kernels Alfredo Buttari left behind.

Jakub

 

plasma_oldest_sources.tar.gz   Download File View License



License

Copyright © 2012 The University of Tennessee. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
· Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
· Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer listed in this license in the documentation and/or other materials provided with the distribution.
· Neither the name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. in no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.

May 21 2012 Admin Login