From 5f42375df5913e6df4f479a3c42d44cc855d071d Mon Sep 17 00:00:00 2001 From: Sameer Shende Date: Tue, 5 Nov 2024 00:03:50 -0500 Subject: [PATCH] Getting ready for 2.34 release. Former-commit-id: 2c7dde749d3608f490ac479e17b502f0392895c4 --- CREDITS | 1 + Changes | 4 +++- INSTALL | 4 ++-- README | 2 +- include/TAU.h.default | 4 ++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CREDITS b/CREDITS index 0c38d6865..8c1193a7a 100644 --- a/CREDITS +++ b/CREDITS @@ -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 diff --git a/Changes b/Changes index 1fb8cc73e..81722cfd8 100644 --- a/Changes +++ b/Changes @@ -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 ** @@ -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. diff --git a/INSTALL b/INSTALL index 84d90d462..5b506fad6 100644 --- a/INSTALL +++ b/INSTALL @@ -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 ** @@ -10,7 +10,7 @@ /******************************************************************* * * * Tuning and Analysis Utilities Installation Procedure * - * Version 2.33.2 * + * Version 2.34 * * * ******************************************************************* * For installation help, see INSTALL. * diff --git a/README b/README index bfe19ebcc..bb350d406 100644 --- a/README +++ b/README @@ -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 ** diff --git a/include/TAU.h.default b/include/TAU.h.default index a3344b778..801bdce66 100644 --- a/include/TAU.h.default +++ b/include/TAU.h.default @@ -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 ** ****************************************************************************/ @@ -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))