Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    3,038 downloads
    LibreOffice 3.6.6 /
    4.0.3

    1,446 downloads
    Wine 1.4.1 / 1.5.30
    1,232 downloads
    BackTrack 5 R3
    1,035 downloads
    Red Hat Linux 9
    945 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    939 downloads
    Linux Mint 14.1 / 15
    RC

    756 downloads
    Red Hat Enterprise
    Linux 6.4

    711 downloads
    Ubuntu 12.10
    699 downloads
    VLC 2.0.6
    698 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 367
    OpenMandriva
    20130513

    User rating: 4.4/5
    Votes: 621
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 266
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-3

    User rating: 4.3/5
    Votes: 255
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 565
    Fedora 18
    User rating: 4.3/5
    Votes: 610
    openSUSE Linux 12.3
    / 13.1 Milestone 1

    User rating: 4.2/5
    Votes: 467
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 664
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 281
    Linux Mint 14.1 / 15
    RC

    User rating: 4.0/5
    Votes: 353
    Home > Linux > Programming > Quality Assurance and Testing > TAU > Changelog

    TAU 2.21.3 - Changelog


    What's new in TAU 2.21.3:

    July 30th, 2012

    · This version adds a port to ARM Linux, Intel MIC platforms, CUDA 5.0 support, UPC Runtime instrumentation for Cray CCE and BUPC, improvements in the MPI wrapper, support to ParaProf 3D for IBM BG/Q, and ARM Linux.



    What's new in TAU 2.21.2:

    April 17th, 2012

    · Major changes include SHMEM profiling for Cray and SGI, NVIDIA OpenCL and AMD OpenCL support, a tau_rewrite tool based on MAQAO, OpenSHMEM Profiling, Score-P Atomic/Context Events, OpenMP 3.0 instrumentation with Opari2, NVIDIA CUPTI v4.1, H2 database in PerfDMF, debugging with TAU_TRACK_SIGNALS, MinGW compiler support for Windows, UPC source level instrumentation using the Rose parser to support the Cray CCE compiler, and PDT 3.17 with Rose and MAQAO binary instrumentor.



    What's new in TAU 2.19.1:

    April 1st, 2010

    ParaProf:
    · ParaProf has a new expression window that allows you to easily create
    · derived metrics (Options -> Show Derived Metric Panel. You may also pass
    · a list of expressions in a file to paraprof and apply the expressions at
    · any level (application, experiment, trial in a profile file or in a
    · database. This window also appears in perfexplorer.

    · Paraprof has an updated 3D communication window that features sliders
    · and cross hairs for accurately evaluating the extent of point-to-point
    · communication between sender and receiver nodes. To use the communication
    · matrix displays in paraprof, please set the TAU_COMM_MATRIX environment
    · variable to 1 prior to executing the instrumented application.

    · A new group changer window is available for changing the group
    · membership of events during the analysis phase. This window (accessible
    · via Windows -> Group Changer allows you to select a subset of routines
    · using multiple selection or wildcards (e.g., HDF5 and associate it with a
    · new group (e.g., IO. You may save the file, upload it in a database and
    · use it in PerfExplorer's windows (e.g., 'Charts -> Group % of total
    · runtime' to see the scaling of IO operations.

    · The filter box allows you to use regular expressions to filter which
    · functions/regions you want to change. There is an implicit * added to
    · the end of the filter, so that you can just type MPI_ and you will see
    · all the MPI routines for example.

    · Once you select one or more function/regions, the current and available
    · groups will be displayed. If the functions you've selected do not have
    · the same set of groups, then the intersection of their groups will be
    · black, and the rest will be grey, so that you can either add that group
    · to the rest, or remove it from all of them.

    · Fixed tree selection model after the changes made for multi-selection.
    · Now if you right-click on an unselected object, it becomes the select
    · object and the pop-up appears only for this.
    · 3D visualization now works on IBM BG/P using ppc64 JOGL.
    · Better Perfsuite support for parsing perfsuite 1.0.0a4 profiles.

    PerfExplorer:
    · Perfexplorer's code has been updated to Weka 3.6.1. You will need to
    · run perfexplorer_configure to use an older PerfDMF installation in the new
    · perfexplorer. DBSCAN clustering is now operational, and you can launch the
    · Weka Explorer directly from a dataset. Initially, the top 10
    · "interesting" functions are exported to a CSV file, and automatically
    · loaded into Weka. From there, you can do all kinds of fun data mining.
    · The DBSCAN method will first normalize the data, then find the k-distances
    · for each process, where k is the minimum number of points to be found in
    · the cluster. Then the k-distances are sorted descending, and the
    · k-distances are tried as various neighborhood distances for the
    · clustering. Any clustering which finds a new number of clusters is saved.

    · Updated scripts to support the new version of Jython ( 2.5.1 that
    · supports an actual up-to-date standard for Python, version 2.5. The new
    · version requires a registry file, and a user-writable location to put the
    · cachefiles when the jars are pre-processed to find symbols.
    · Created a utility which will reconstruct a Paraver trace from TAU EBS samples.


    tau_instrumentor:

    · The tau_instrumentor tool now supports automatic loop level
    · instrumentation in the SPEC mode. The spec mode allows tau_instrumentor to
    · insert instrumentation calls in a copy of the original source code for any
    · tool. Earlier this was used by tools such as Scalasca for routine level
    · instrumentation only. Now, it supports loop level instrumentation for
    · external tools as well.


    Hybrid source and compiler-based instrumentation:

    · When the automatic source level instrumentation (using PDT and
    · compilation does not produce a .o file (due to a possible parsing error,
    · TAU used to revert to the original compilation command line. Now, it
    · invokes the compiler to use compiler-based instrumentation to insert
    · routine level instrumentation in the code. This leads to a better
    · instrumentation coverage of the code. This change should be transparent to
    · the user. To disable this new feature, the user must explicitly pass the
    · -optNoCompInst option in the TAU_OPTIONS environment variable. Care must
    · be taken while defining exclude or include lists of routines and files in
    · selective instrumentation files. The routine names may differ (for PDT and
    · compiler-based instrumentation and TAU's compiler scripts are case
    · sensitive, but they allow the use of wildcards in names.

    · Support for external packages.
    · TAU now supports the recent PAPI-C 4.0.0 release as well as Scalasca 1.3.0 and DyninstAPI 6.1 release.

    New Platforms:

    · TAU supports the Cray CCE compilers (for C, C++ and Fortran on the Cray
    · XT systems (simply invoke 'module load PrgEnv-cray' before configuring
    · TAU. Compiler-based instrumentation is not yet supported. TAU also
    · features IBM BG/P configuration enhancements.

    Outreach:

    · We will be giving a full day POINT tutorial at the LCI'10 conference in
    · Pittsburgh (March 8. We will be distributing the POINT VI-HPS LiveDVDs
    · for training.



    What's new in TAU 2.18.1:

    February 6th, 2009

    · Support was added for GPGPUs in PGI Compiler and for PGI compilers on Mac OS X.
    · Workflow support under Eclipse, Charm++ support, and OpenMP support were improved.
    · The Python API was accelerated.
    · The documentation was updated.
    · Assorted bugs were fixed.



    What's new in TAU 2.17.3:

    October 28th, 2008

    · Updates include compiler-based instrumentation for Intel, GNU, and PathScale compilers, a new Python API for memory tracking, fixes for IBM BG/P configuration, and support for CQoS analysis and drawing charts from script files in PerfExplorer.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM