Skip to content

Commit

Permalink
Getting ready for 2.34 release.
Browse files Browse the repository at this point in the history
Former-commit-id: 2c7dde749d3608f490ac479e17b502f0392895c4
  • Loading branch information
sameershende committed Nov 5, 2024
1 parent b2d585f commit 5f42375
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Anthony Chan
Camille Coti
David Skinner
Rolf Rabenseifner
Jordi Rodriguez
NAS Parallel Benchmarks Group for allowing us to use their code as an example
of TAU instrumentation with Fortran and MPI (http://www.nas.nasa.gov/NAS/NPB/).
The Jumpshot group at Argonne National Laboratories for providing Jumpshot
Expand Down
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
** TAU Portable Profiling Package **
** http://tau.uoregon.edu **
*****************************************************************************
** Copyright 1997-2024 **
** Copyright 1997-2025 **
** Department of Computer and Information Science, University of Oregon **
** Research Centre Juelich, Germany **
** Advanced Computing Laboratory, Los Alamos National Laboratory **
Expand All @@ -12,6 +12,8 @@ Change log:
------------
Version 2.34 changes (from 2.33):
1. Added support for new LLVM compilers (-c++=parascc).
2. Updated support for ROCm 6.2.3.
3. Added ZeroSum and PerfStubs repos as git submodules.

Version 2.33 changes (from 2.32):
1. Added -dyninst=download for binary rewriting with DyninstAPI.
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
** TAU Performance System(R) **
** http://tau.uoregon.edu **
*****************************************************************************
** Copyright 1997-2024 **
** Copyright 1997-2025 **
** Department of Computer and Information Science, University of Oregon **
** Advanced Computing Laboratory, Los Alamos National Laboratory **
** Research Center Juelich, ZAM Germany **
*****************************************************************************
/*******************************************************************
* *
* Tuning and Analysis Utilities Installation Procedure *
* Version 2.33.2 *
* Version 2.34 *
* *
*******************************************************************
* For installation help, see INSTALL. *
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
** TAU Performance System(R) **
** http://tau.uoregon.edu **
*****************************************************************************
** Copyright 1997-2024 **
** Copyright 1997-2025 **
** Department of Computer and Information Science, University of Oregon **
** Advanced Computing Laboratory, Los Alamos National Laboratory **
** Research Center Juelich, ZAM Germany **
Expand Down
4 changes: 2 additions & 2 deletions include/TAU.h.default
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
** TAU Portable Profiling Package **
** http://www.cs.uoregon.edu/research/tau **
*****************************************************************************
** Copyright 1997-2024 **
** Copyright 1997-2025 **
** Department of Computer and Information Science, University of Oregon **
** Advanced Computing Laboratory, Los Alamos National Laboratory **
****************************************************************************/
Expand All @@ -16,7 +16,7 @@
#ifndef _TAU_H_
#define _TAU_H_

#define TAU_VERSION "2.33-git"
#define TAU_VERSION "2.34-git"
#define TAU_MAKEFILE "default"

#if (defined(PROFILING_ON) || defined(TRACING_ON))
Expand Down

0 comments on commit 5f42375

Please sign in to comment.