Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 8ac72d9

Browse files
committed
Tag this commit as 2022.05.15-release.
Bug fixes since 2022.04.15.
1 parent 97cefae commit 8ac72d9

File tree

4 files changed

+33
-20
lines changed

4 files changed

+33
-20
lines changed

README.ReleaseNotes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
----------------------------------------
2+
HPCToolkit 2022.05.15
3+
----------------------------------------
4+
5+
Bugfixes since 2022.04.15
6+
7+
- hide the symbols from XED, this avoid a problem interfering with
8+
symbols from Intel gtpin
9+
- fix a typo in renamestruct.sh script
10+
- fix a problem with fork() on Cray
11+
12+
113
----------------------------------------
214
HPCToolkit 2022.04.15
315
----------------------------------------

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for hpctoolkit 2022.04.15-master.
3+
# Generated by GNU Autoconf 2.69 for hpctoolkit 2022.05.15-release.
44
#
55
# Report bugs to <hpctoolkit-forum@rice.edu>.
66
#
@@ -593,8 +593,8 @@ MAKEFLAGS=
593593
# Identity of this package.
594594
PACKAGE_NAME='hpctoolkit'
595595
PACKAGE_TARNAME='hpctoolkit'
596-
PACKAGE_VERSION='2022.04.15-master'
597-
PACKAGE_STRING='hpctoolkit 2022.04.15-master'
596+
PACKAGE_VERSION='2022.05.15-release'
597+
PACKAGE_STRING='hpctoolkit 2022.05.15-release'
598598
PACKAGE_BUGREPORT='hpctoolkit-forum@rice.edu'
599599
PACKAGE_URL='http://hpctoolkit.org/'
600600

@@ -1649,7 +1649,7 @@ if test "$ac_init_help" = "long"; then
16491649
# Omit some internal or obsolete options to make the list less imposing.
16501650
# This message is too long to be a string in the A/UX 3.1 sh.
16511651
cat <<_ACEOF
1652-
\`configure' configures hpctoolkit 2022.04.15-master to adapt to many kinds of systems.
1652+
\`configure' configures hpctoolkit 2022.05.15-release to adapt to many kinds of systems.
16531653

16541654
Usage: $0 [OPTION]... [VAR=VALUE]...
16551655

@@ -1719,7 +1719,7 @@ fi
17191719

17201720
if test -n "$ac_init_help"; then
17211721
case $ac_init_help in
1722-
short | recursive ) echo "Configuration of hpctoolkit 2022.04.15-master:";;
1722+
short | recursive ) echo "Configuration of hpctoolkit 2022.05.15-release:";;
17231723
esac
17241724
cat <<\_ACEOF
17251725

@@ -1941,7 +1941,7 @@ fi
19411941
test -n "$ac_init_help" && exit $ac_status
19421942
if $ac_init_version; then
19431943
cat <<\_ACEOF
1944-
hpctoolkit configure 2022.04.15-master
1944+
hpctoolkit configure 2022.05.15-release
19451945
generated by GNU Autoconf 2.69
19461946

19471947
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3041,7 +3041,7 @@ cat >config.log <<_ACEOF
30413041
This file contains any messages produced by compilers while
30423042
running configure, to aid debugging if configure makes a mistake.
30433043

3044-
It was created by hpctoolkit $as_me 2022.04.15-master, which was
3044+
It was created by hpctoolkit $as_me 2022.05.15-release, which was
30453045
generated by GNU Autoconf 2.69. Invocation command line was
30463046

30473047
$ $0 $@
@@ -3922,7 +3922,7 @@ fi
39223922

39233923
# Define the identity of the package.
39243924
PACKAGE='hpctoolkit'
3925-
VERSION='2022.04.15-master'
3925+
VERSION='2022.05.15-release'
39263926

39273927

39283928
cat >>confdefs.h <<_ACEOF
@@ -25754,7 +25754,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2575425754
# report actual input values of CONFIG_FILES etc. instead of their
2575525755
# values after options handling.
2575625756
ac_log="
25757-
This file was extended by hpctoolkit $as_me 2022.04.15-master, which was
25757+
This file was extended by hpctoolkit $as_me 2022.05.15-release, which was
2575825758
generated by GNU Autoconf 2.69. Invocation command line was
2575925759

2576025760
CONFIG_FILES = $CONFIG_FILES
@@ -25821,7 +25821,7 @@ _ACEOF
2582125821
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2582225822
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2582325823
ac_cs_version="\\
25824-
hpctoolkit config.status 2022.04.15-master
25824+
hpctoolkit config.status 2022.05.15-release
2582525825
configured by $0, generated by GNU Autoconf 2.69,
2582625826
with options \\"\$ac_cs_config\\"
2582725827

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ m4_include(config/hpc-cxxutils.m4)
8181
# Initialization:
8282
#----------------------------------------------------------------------------
8383

84-
AC_INIT([hpctoolkit], [2022.04.15-master],
84+
AC_INIT([hpctoolkit], [2022.05.15-release],
8585
[hpctoolkit-forum@rice.edu],
8686
[hpctoolkit],
8787
[http://hpctoolkit.org/])

spack/packages.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Put this file in one of spack's configuration scope directories:
1010
# 1. <spack-root>/etc/spack -- applies to this spack repo
1111
# 2. <home-dir>/.spack -- applies to any spack on this machine
12+
# for this user
1213
# 3. any dir -- applies with 'spack -C dir' argument
1314
#
1415
# There are three sections: (1) regular hpctoolkit dependency specs,
@@ -19,7 +20,7 @@
1920
# https://spack.readthedocs.io/en/latest/configuration.html
2021
# https://spack.readthedocs.io/en/latest/build_settings.html
2122
#
22-
# Last revised: April 14, 2022.
23+
# Last revised: May 16, 2022.
2324
#
2425
packages:
2526

@@ -76,7 +77,7 @@ packages:
7677
# +cuda, +rocm for GPU support.
7778
#
7879
# hpctoolkit:
79-
# version: [2022.04.15, master]
80+
# version: [2022.05.15, master]
8081
# variants: +mpi +papi +viewer
8182

8283

@@ -179,10 +180,11 @@ packages:
179180
# latest release for best results.
180181
#
181182
# +debug adds debug symbols (-g).
183+
# +pic is now required to link with hpcrun
182184
#
183185
intel-xed:
184-
version: [12.0.1]
185-
variants: +debug
186+
version: [2022.04.17]
187+
variants: +debug +pic
186188

187189

188190
# libdwarf -- used in fnbounds for access to eh frames (not yet
@@ -321,16 +323,15 @@ packages:
321323
# cuda -- nvidia cuda, now in master
322324
#
323325
# Requires: 10.x or later, 11.1 preferred.
324-
# Note: 11.2 uses a different format for line maps that is not yet
325-
# supported by elfutils, dyninst, and hpctoolkit
326+
# Note: best to use 11.5 or later, assuming the system supports it
326327
#
327328
# cuda:
328-
# version: [11.1.0]
329+
# version: [11.6.2]
329330
#
330331
# cuda:
331332
# externals:
332-
# - spec: cuda@11.1
333-
# prefix: /path/to/cuda-11.1/directory
333+
# - spec: cuda@11.6.2
334+
# prefix: /path/to/cuda-11.6.2/directory
334335

335336
#------------------------------------------------------------
336337

0 commit comments

Comments
 (0)