Software
PaRSEC / DPLASMA 1.2.0
2014-04-03

A new version of the PaRSEC runtime together with the DPLASMA dense linear algebra library is out. This release brings many changes to the runtime, as well as to the DPLASMA layer.

At the runtime level many existing features have been stabilized and optimized. A non-exhaustive list contains:

  • Only support for C is required from MPI.
  • Revert to an older LEX syntax (not (?i:xxx))
  • Don't recursively call the MPI communication engine progress function.
  • Protect the runtime headers from inclusion in C++ files.
  • Fix a memory leak allowing the remote data to be released once used.
  • Integrate the new profiling system and the python interface (added Panda support).
  • Change several default parameters for the DPLASMA tests.
  • Add Fortran support for the PaRSEC and the profiling API and add tests to validate it.
  • Backport all the profiling features from the devel branch (panda support, simpler management, better integration with python, support for HDF5...).
  • Change the colorscheme of the .dot generator
  • Correctly compute the identifier of the tasks (ticket #33).
  • Allocate the list items from the corresponding list using the requested gap.
  • Add support for older lex (without support for ?i).
  • Add support for 128 bits atomics and resolve the lingering ABA issue. When 128 bits atomics are not available fall back to an atomic lock implementation of the most basic data structures.
  • Required Cython 0.19.1 (at least)
  • Completely disconnect the ordering of parameters and locals in the JDF.
  • Many other minor bug fixes, code readability impeovement and typos.

In addition to these capabilities the current release bring a more efficient runtime, able to deliver more performance to the DPLASMA library.

  • Add the doxygen documentation generation.
  • Improved ztrmm with all the matrix reads unified.
  • Support for potri functions (trtri+lauum), and corresponding testings.
  • Fix bug in symmetric/hermitian norms when A.mt < P.
dplasma-1.2.0.tgz   Download
License

Copyright © 2024 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.

Apr 19 2024 Contact: Admin Login