Project

General

Profile

News

YAXT Version 0.9.1 available

Added by Thomas Jahns about 3 years ago

This release
  • reduces libtool compatibility headaches with the new nvfortran compiler,
  • fixes a small memory leak when more than 8 redists are used to form a collection,
  • fixes an incorrect computation of position extents when an xmap is constructed manually,
  • hides internal library symbols,
  • fixes the passing of zero size arrays in the Fortran interface,
  • add minor improvements to the cfortran.h header.

Also see commit log at commit:f2eb603483f3b8041.

YAXT Version 0.9.0 available

Added by Thomas Jahns about 4 years ago

This release bring the following new features:
  • configurable message pumping mechanism, programmers can select a so-called exchanger for new redist constructors with an additional argument or users/administrators by setting the XT_CONFIG_DEFAULT_EXCHANGE_METHOD environment variable
  • by setting FC=no at configure time, it is possible to perform a C-language only build

The release also includes various minor improvements to the code, the build and test infrastructure, and reliability of build configuration.

Also see commit log at commit:4334d020c206da33.

YAXT Version 0.8.1 available

Added by Thomas Jahns over 4 years ago

This release is a minor update to 0.8.0 that
  • fixes some minor build system issues,
  • defaults to mpicc/mpifort and other usual wrappers for CC/FC instead of gcc/gfortran,
  • adds inquiry functions xt_redist_get_num_send_msg and xt_redist_get_num_recv_msg,
  • conditionalizes building of performance test programs,
  • detects another failure in datatype handling in Intel MPI and MVAPICH at configure time,
  • adds a constructor for xmaps (xt_xmap_intersection_pos_new) when the transferred positions are already known, and
  • improves support for pgfortran 14.

Also see commit log at commit:c96c095bb3c6fa6.

YAXT Version 0.8.0 available

Added by Thomas Jahns over 4 years ago

This release contains several new/improved features:
  • potential integer overflow in stripe overlap computation was fully eliminated
  • interfaces (xt_xmap_reorder, xt_xmap_update_positions, xt_xmap_spread) to tune/extend the xmap message element sequence for improved memory access patterns
  • make the build much cleaner
  • improved support for recent PGI compiler releases
  • much improved support for various Cray compiler versions
  • tons of smaller tweaks/improvements/fixes, see revision log commit:652f8312be016820 for details

YAXT Version 0.6.2 available

Added by Thomas Jahns about 5 years ago

This is a bug-fix release that only
  • contains a work-around for automake prior to 1.16 spurious file creation (no breakage)
  • improves on build-workarounds for NAG Fortran
  • improves libtool interaction with PGI compilers when invoked through a wrapper like mpicc
  • adds a workaround for a Cray CCE code generation bug, where the compiler makes incorrect assumptions about pointer alignment.

YAXT Version 0.6.1 available

Added by Thomas Jahns about 5 years ago

This is a bug-fix release that only
  • adds a file missing from the distribution archive (but is only needed when time-stamps get changed)
  • fixes a problem when ifort or icc was used with the -diag-disable option having an argument as next command-line argument instead of separated by an equals sign
  • fixes needed if autoreconf is performed with automake 1.16

YAXT Version 0.6.0 available

Added by Thomas Jahns over 6 years ago

The new YAXT release includes
  • support for asynchronous exchanges (like MPI_Isend) and
  • fixes for MPI implementations where MPI_Pack_size returns an actual upper bound and not the exact amount that MPI_Pack advances position by
  • document the consequences segmented memory architectures might have

YAXT Version 0.5.1 available

Added by Thomas Jahns over 7 years ago

The following improvements have been added to YAXT:
  • Improved g95 support.
  • A memory free bug when concatenating empty redists.
  • A minor bug fix for stripe overlap computation when stripe starts are far apart and stride is large.
  • New constructor xt_redist_repeat_asym_new allows for different displacements in source and destination arrays.
  • Various minor fixes to tests.

YAXT Version 0.5.0 available

Added by Thomas Jahns almost 8 years ago

The following improvements have been made to YAXT:
  • The C part is now available as a separate library so that the differences in linking between Fortran and C can properly be accounted for.
  • As a consequence of the above, friendlier generic interfaces are available for Fortran and mpif.h is no longer needed for building YAXT.
  • Intercommunicators are supported for constructing Xmaps (destination indices can only be satisified from sources in the remote group) for both, xt_xmap_all2all_new and xt_xmap_dist_dir_new.
  • Correctness and performance have been improved for index stripe lists (xt_idxstripes_new) and the distributed-directory based Xmap construction.
  • Various internal and test-suite improvements.
(11-20/29)

Also available in: Atom