-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcpe-22.04-rhel-8-4-FullReleaseNotes.txt
2471 lines (1875 loc) · 83.9 KB
/
cpe-22.04-rhel-8-4-FullReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
HPE Cray Programming Environment 22.04 Full Release Notes
=========================================================
Abnormal Termination Processing (ATP) 3.14.10:
================================================
Release Date:
--------------
March 2022
Product Description:
--------------------
Abnormal Termination Processing (ATP) is a system that
monitors user applications, and should an application
take a system trap, ATP preforms analysis on the dying
application. All of the stack backtraces of the
application processes are gathered into a merged
stack backtrace tree and written to disk as the file
"atpMergedBT.dot". The stack backtrace for the first process
to die is sent to stderr as is the number of the signal that
caused the death. If the core file size limit (RLIMIT_CORE)
is non-zero, a heuristically selected set of processes dump
their core.
atpMergedBT.dot can be viewed with 'statview', a component
of the STAT package (module load stat). The merged stack
backtrace tree provides a concise, yet comprehensive, view
of what the application was doing at the time of its death.
Purpose:
---------
22.04 This bugfix release resolves the following issues:
- Fix double free in HPCM PALS startup plugin
22.02 Release adds the following features:
- Regarding gen compilers cray-gcc-10.3.0
NOTE: If you encounter the following error:
ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found
Temporary workaround:
1) export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/gcc/10.3.0/snos/lib64
or
2) module load gcc/10.3.0
21.12 Release adds the following features:
- Updated gen compilers to cray-gcc-10.3.0
21.11 This bugfix release resolves the following issues:
- Fixes a potential hang or assertion failure when
analyzing a job using the Nvidia runtime with CUDA-GDB
21.10 This release includes the following new features:
- Initial support for GPU kernel debugging on Nvidia GPUs
using CUDA-GDB.
Product and OS Dependencies:
-----------------------------
The ATP 3.14.10 release is supported on the following Cray systems:
- HPE/Cray XC systems with CLE release 7.0 or later
- HPE/Cray CS systems with CentOS/RH 8.4 or later
- HPE/Cray Shasta systems with SLES 15 service pack 2 or later
- HPE Apollo systems with Slurm or PBS Pro, and RH 8.4 or later
- Baymax systems with RH 8.4 or later
Product Dependencies:
- Cray cray-cti rpm installed
- Cray cray-cdst-support rpm installed
Documentation:
---------------
Type `man atp` with the atp module loaded to read the atp(1) man page.
Installation instructions:
--------------------------
Installation instructions for x86_64:
=============================================
rpm -ivh atp-3.14.10-20220321122303_ab32725b-1.el8.x86_64.rpm
To make ATP 3.14.10 the default version of ATP, execute:
/opt/cray/pe/admin-pe/set_default_files/set_default_atp_3.14.10
Certain components, files or programs contained within this package or product are
Copyright 2010-2022 Hewlett Packard Enterprise Development LP.
CCDB 4.12.10:
==================
Release Date:
--------------
March 2022
Product Description:
--------------------
CCDB, Cray's next generation debugging tool extends the comparative
debugging capabilities of gdb4hpc with a Graphical User Interface (GUI)
enabling programmers to compare corresponding data structures
between two executing applications. Comparative debugging assists users with
locating sections of code containing data deviations introduced by algorithm
changes, compiler differences, and porting to new architectures/libraries.
Some features of ccdb include:
* Side-by-side debugging session execution of two parallel applications
* Automatic creation of comparison statements for all local variables in
scope
* Type templates for structured data types to selectively compare members
* Warning/error epsilon tolerance values for floating point comparison
* PBS PRO, MOAB/TORQUE, and SLURM workload manager support
Purpose:
---------
22.04 This is a bug fix and feature release.
- Fixed console echoing each line after step/next
- Added missing keyboard accessibility in Decomposition window
- Added keyboard shortcuts to extended help menu
- Added decomposition dropdown menus for pointers in Compare window
22.03 This is a bug fix release.
- Fixed ccdb segfault on startup
- Fixed epsilon values not changing correctly in the Assert and Compare windows
- Made borders of buttons and entries black for more contrast
- Added decomposition dropdown menus for vectors in Compare window
22.02 This is a bug fix and feature release.
- Added missing dependancies to runBuildPrep.sh
- Updated popup menu so "Run Both Apps" is available only if the sources are the same or linked
- Updated ccdb to reference files by full paths
- Fixed issue with setting and clearing breakpoints
- Added visual cues to convey color changes where needed
- Added keyboard access to popup menu
- Regarding gen compilers cray-gcc-10.3.0
If you encounter the following error:
ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found
Temporary workaround:
1) export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/gcc/10.3.0/snos/lib64
or
2) module load gcc/10.3.0
21.12 This is a bug fix release.
- PE-38153 CCDB not working properly from a VNC.
- Fix focus eyeball when running from an alternate directory.
- Updated build compilers to cray-gcc-10.3.0
21.11 This is a bug fix release.
- Added CRAY_CCDB_PREFIX and CRAY_CCDB_VERSION environment variables to
modulefiles.
21.10 This is a bug fix release.
- Added CRAY_CCDB_PREFIX and CRAY_CCDB_VERSION environment variables to
modulefiles.
Product and OS Dependencies:
-----------------------------
The CCDB is supported on the following Cray systems.
- HPE/Cray XC systems with CLE 7.0 or later
- HPE/Cray CS systems with CentOS/RH 8.4 or later
- HPE/Cray Shasta systems with SLES 15 service pack 2 or later
- HPE Apollo systems with Slurm and RH 8.4 or later
- Baymax systems with RH 8.4 or later
Product Dependencies:
- gdb4hpc/4.10.x or later
- Cray cray-cti rpm installed
- Cray cray-cdst-support rpm installed
Documentation:
---------------
Type `man ccdb` with the cray-ccdb module loaded to read the
ccdb(1) man page.
Documentation is available through CCDB from the 'Help'
menu.
Installation instructions:
--------------------------
Installation instructions for .el8.x86_64:
=============================================
yum --assumeyes --nogpgcheck install cray-ccdb-4.12.10-20220321120903_f7949a9-1.el8.x86_64.rpm
To make cray-ccdb 4.12.10 the default version of cray-ccdb, execute:
/opt/cray/pe/admin-pe/set_default_files/set_default_cray-ccdb_4.12.10
Certain components, files or programs contained within this package or product are
Copyright 2007-2022 Hewlett Packard Enterprise Development LP.
HPE Cray Compiling Environment (CCE) 13.0.2
==============================================
Release Date:
-------------
March 2022
Purpose:
--------
CCE 13.0.2 provides Fortran, C, and C++ compilers for Cray XC and CS systems,
HPE Cray supercomputer systems, HPE Apollo 2000 Gen10Plus systems, and HPE Apollo 80 systems.
Key Changes:
------------
CCE 13.0.2:
- Bugfixes
- Support for OpenACC feature acc_attach
- Support for OpenMP 5.0 task reduction for UDR Fortran, target in_reduction, iterator modifier in depende clauses, scan directives in PDGCS, additional collapse clause functionality, combined/advanced loop constructs, allowing cancellation inside taskloop, concurrent maps, and if clause on simd construct.
CCE 13.0.1:
- Bugfixes
- Experimental support for thread/address sanitizer for C/C++ applications on X86.
The sanitizer can be enabled using the command line option
-fsanitize=thread|address
CCE 13.0.0:
- LLVM 13 base
- AMD Trento support
- CCE supports full OpenMP 4.5 and partial OpenMP 5.0 and 5.1. The following OpenMP 5.0 features
have been added in this release for Fortran, C, and C++, unless noted otherwise.
- declare variant (C/C++)
- metadirectives (C/C++)
- taskloop cancellation (C/C++)
- close modifier on map clause (Fortran)
- extended defaultmap policies (Fortran)
- mutexinoutset dependence type (Fortran)
- The following OpenMP 5.1 features have been added in this release for Fortran, C, and C++,
unless noted otherwise.
- inoutset dependence type
- primary policy for the proc_bind clause
- present behavior for defaultmap (C/C++)
- masked construct without filter clause (Fortran)
- metadirective dynamic user condition and target_device selectors (Fortran)
Issues or Bugs Resolved:
------------------------
CCE 13.0.2:
-----------
CAST-28532 Compiler error compiling C++ (XIOS)
CAST-28461 CCE 12.0.2 INTERNAL COMPILER ERROR: "For now error for any original transfer strings"
CAST-28140 CCE Fortran reporting a "Type and rank" mismatch for situation where this is not the case
CAST-28113 CCE Fortran fails for a string comparison involving TRIM and LEN_TRIM with optimisation
CCE 13.0.1:
-----------
CAST-28247 Internal Compiler Error in CCE 12.0.3
CAST-28222 CCE Fortran Bogus Error with Interface from a USE-d module
CAST-28219 Fortran ICE during optimization: "ASSERT failed ('pdgcs/v_analyze_ia.c':481)"
CAST-28067 Unrecoverable error in Cray Fortran compiler
CAST-28034 c++filt does not accept any command line options
CAST-27685 Initialized array in block appears uninitialized to compiler and gives wrong answer
CAST-27100 CCE Fortran ICE OpenMP Declare Target with write
CAST-26950 Missing device version of __cray_HACOS with Fortran OpenMP Target example 12.0.1
CAST-22720 CCE: duplicate path in Source: line of listing file
CAST-21082 Cray Fortran 8.7.9 OpenMP offload internal compiler error: "non-linearized bracket after linearization"
CCE 13.0.0:
-----------
CAST-27566 OLCFDEV-336 CCE Fortran v12.x/13.x Hangs with -eF flag for print* Compile Error
CAST-27473 Compiler is requiring internal subprogram in elemental subprogram be elemental
CAST-27242 Unexpected ftn-1294 error
CAST-27099 OLCFDEV - 272 CCE Fortran OpenMP Metadirective Atomic Compiler Error
CAST-27053 OLCFDEV-264: CCE OpenMP 5.1 metadirective dynamic user condition selector
CAST-26882 Fortran namelist not reading correctly with cce
CAST-26852 (OLCFDEV-239) CCE Fortran + OpenMP compile bug on Spock
CAST-26773 cce 12.0.1 C++ compiler segfaults with lambda functions, hip, and -g all enabled
CAST-26112 CCE Fortran 10.0.3 fails to compile program which uses recursive I/O procedures
CAST-26098 CCE Fortran 10.0.3 does not allow intrinsic inquiry function SIZE in DATA statement subscripts
CAST-25253 Multiple ICEs from clang when compiling SIMD everywhere
CAST-24392 CCE reporting INTENT error incorrectly
CAST-24319 26X slower Openmp GPU performance on redwood with cce/11.0.1.28 versus HIP
CAST-22807 When will Cray Fortran provide IEEE IO support?
CAST-22741 Cray and Intel Fortran allow 0 width in A format spec
CAST-22740 Cray Fortran fails to catch bad G format spec
CAST-22431 Cray Fortran formatted output produces strange values when using rounding specs
Product and OS Dependencies:
----------------------------
This CCE release is supported on
- Cray XC systems running CLE 7.0 (or later)
- Cray CS systems with RedHat/CentOS 8
- HPE Cray supercomputer systems running Shasta V1.3 (or later)
- HPE Cray supercomputer systems running HPCM with SLES15 SP2 or RHEL 8.3
- HPE Apollo 2000 Gen10Plus systems running RedHat/CentOS 8
- HPE Apollo 80 systems running RedHat/CentOS 8
AMD GPU offloading support requires at least ROCm 4.1 and has been validated up to ROCm 4.5
Notes and Limitations:
----------------------
None
Documentation:
--------------
- S-5212 Cray Compiling Environment Release Overview (13.0)
- S-3901 Cray Fortran Reference Manual
- S-2179 Cray C and C++ Quick Reference
- Basic man pages: crayftn(1), craycc(1), crayCC(1), intro_openmp()
- Please see https://clang.llvm.org/docs/UsersManual.html or use the -help command line option for
more information on using Clang
Modulefile:
-----------
The following will load the modules necessary to use CCE:
module load PrgEnv-cray
The following will switch to x.y.z version of CCE:
module swap cce cce/x.y.z
Installation instructions:
--------------------------
rpm -ivh cce-13.0.2-202202110028.a5e1cc7a3d4f2-0.[arch].rpm
The following script will set CCE version 13.0.2 default:
/opt/cray/pe/admin-pe/set_default_files/set_default_cce_13.0.2
License:
--------
Except for the third party components and software licensed by HPE through
proprietary agreements, components, files or programs contained within this
package or product are Copyright -2021 Hewlett Packard Enterprise Development LP.
Attribution notices for open source licensed software for this
package are detailed in the file:
/opt/cray/pe/cce/13.0.2/ATTRIBUTIONS_13.0.txt
cpe-descriptive-manifest 22.04
=================================
Release Date: Apr 2022
Product description:
--------------------
The cpe-descriptive-manifest packages contain the JSON manifest files that
are to map CPE to a format that Spack can consume.
Schema Changelog:
-----------------
v1.2
----
* Add 'system-type' property to the '_meta' object.
v1.1
----
* Add '_meta' object to define file type and schema version.
v1.0
----
* Initial schema.
CrayPE 2.7.15
==============
Release Date:
--------------
April 2022
Purpose:
--------
Add support for mixed Programming Environments PrgEnv-cray-amd and
PrgEnv-gnu-amd, to support using the AMD ROCm C/C++ compiler with
the Cray CCE and GNU Fortran compilers, respectively.
Bugs fixed in this release:
---------------------------
- CAST-29420 - Cray Wrappers optimized for Zen2 and not Zen3
Dependencies:
---------------------------------------------
The CrayPE 2.7.15 release is dependent on .pc files in the following
software products:
ATP 1.6.3 or later
FFTW 3.3.0.4 or later
FFTW 2.1.5.6 or later
Global Arrays 5.1.0.2 or later
HDF5 1.8.11 or later
iobuf 2.0.5 or later
LibSci 12.1.01 or later
MPT 6.0.2 or later
NetCDF 4.3.0 or later
Parallel-NetCDF 1.3.1.1 or later
PMI 4.0.1 or later
PETSc 3.4.2.0 or later
Trilinos 11.4.1.0 or later
TPSL 1.3.04 or later
TotalView 8.12-totalview-support-1.1.5 or later
Documentation:
---------------
See manpages for cc, CC, ftn, intro_craype-api, intro_hugepages and pkg-config
See section 2.6 Using Targeting Modules of the Cray Programming Environment
User's Guide (S-2529-116)
See http://www.freedesktop.org/wiki/Software/pkg-config for a pkg-config
introduction.
Installation instructions:
--------------------------
rpm -ivh craype-2.7.15-202203231655.98e4ac6973e9c-6.el8.x86_64.rpm
To make this the default version, execute:
/opt/cray/pe/admin-pe/set_default_files/set_default_craype_2.7.15
Product description:
--------------------
CrayPE contains drivers, cc, CC, and ftn to compile for the CCE, PGI, GNU,
and Intel Programming Environments.
The craype-* targeting modules are also provided in this product.
Certain components, files or programs contained within this package or product
are Copyright 2013-2022 Hewlett Packard Enterprise Development LP.
Cray PE DL Plugin 20.11.1:
Release Date:
-------------
November 2020
Purpose:
--------
The following changes have been made since Cray PE DL Plugin 20.10.1:
o LMOD modules support for Apollo
Supported Configurations:
-------------------------
CS: OpenMPI 4.0.2 and cray-mvapich 2.3.2 or newer with CPU and GPU support
XC CLE 7: CPU and GPU support
Shasta: CPU-only support
Apollo: CPU-only support
The following Deep Learning frameworks and versions are supported:
* TensorFlow v2.3
* PyTorch v1.6.0
Documentation:
--------------
For more information see the intro_dl_plugin man pages.
Known Issues:
-------------
* Using Tensorflow 1.14 binaries distributed by Google and Intel require portions of the DL
Plugin to be compiled with gcc 4.8. If using the included source distribution of the
DL Plugin to install the Python packagesinto a given Python installation, gcc 4.8
will need to be used to install said packages, assuming Google and Intel distributed
Tensorflow 1.14 binaries are used. For TensorFlow 1.15 and greater, use of gcc 7.x
is required instead.
Sample Installation instructions:
rpm -ivh craype-dl-plugin-py3-20.11.1*.x86_64.rpm
The "*" in the install command represents date and hash specific information.
Modulefile:
-----------
XC/Shasta/Apollo:
module load craype-dl-plugin-py3/20.11.1
CS:
module load craype-dl-plugin-py3/openmpi/20.11.1
module load craype-dl-plugin-py3/mvapich/20.11.1
Certain components, files or programs contained within this package or
product are Copyright 2007-2020 Cray Inc. All rights reserved.
CrayPE Targets 1.7.1
================================================================================
Release Date:
--------------------------------------------------------------------------------
April, 2022
Purpose:
--------------------------------------------------------------------------------
Fixes craype-accel-nvidia80 module
Bugs fixed in this release:
--------------------------------------------------------------------------------
CAST-29340
Dependencies:
--------------------------------------------------------------------------------
The CrayPE Targets 1.7.1 release is dependent on the following
software products:
CrayPE
set_default_3
lmod_scripts
Documentation:
--------------------------------------------------------------------------------
See manpages for cc, CC, ftn, intro_craype-api, intro_hugepages and pkg-config
See section 2.6 Using Targeting Modules of the Cray Programming Environment
User's Guide (S-2529-116)
See http://www.freedesktop.org/wiki/Software/pkg-config for a pkg-config
introduction.
Installation instructions:
--------------------------------------------------------------------------------
rpm -Uvh craype-targets-ex-1.7.1-202203170159.8affacc2b6620-0.ex.noarch.rpm
To make this the default version, execute:
/opt/cray/pe/admin-pe/set_default_files/set_default_craype-targets_1.7.1-tcl
/opt/cray/pe/admin-pe/set_default_files/set_default_craype-targets_1.7.1-lua
Product description:
--------------------------------------------------------------------------------
CrayPE Targets contains the modules for CrayPE targets.
TCL Modules - craype-accel-host craype-accel-amd-gfx90a craype-accel-amd-gfx908 craype-accel-nvidia70 craype-accel-nvidia80 craype-hugepages2M craype-hugepages4M craype-hugepages8M craype-hugepages16M craype-hugepages32M craype-hugepages64M craype-hugepages128M craype-hugepages256M craype-hugepages512M craype-hugepages1G craype-hugepages2G craype-x86-milan craype-x86-milan-x craype-x86-rome craype-x86-trento craype-network-none craype-network-ofi craype-network-ucx
Lmod Modules - craype-accel-host craype-accel-amd-gfx90a craype-accel-amd-gfx908 craype-accel-nvidia70 craype-accel-nvidia80 craype-hugepages2M craype-hugepages4M craype-hugepages8M craype-hugepages16M craype-hugepages32M craype-hugepages64M craype-hugepages128M craype-hugepages256M craype-hugepages512M craype-hugepages1G craype-hugepages2G craype-x86-milan craype-x86-milan-x craype-x86-rome craype-x86-trento craype-network-none craype-network-ofi craype-network-ucx
Copyright 2013-2022 Hewlett Packard Enterprise Development LP
Craypkg-gen 1.3.24
==============
Release date:
-------------
April 2022
Purpose:
--------
Bug fix release.
Bugs fixed in this release:
---------------------------
CAST-28545 - amd modulefile sets HIP_LIB_PATH incorrectly
Dependencies:
-------------
The craypkg-gen 1.3.24 release is supported on the following Cray
systems running Cray Linux Environment (CLE) operating system:
o Cray XC/XE/XK systems with CLE version 5.2 or later.
Driver support for integrating Third Party C, C++, and Fortran libraries
through .pc files using pkg-config is used in CrayPE 2.x and later
Limitation:
-----------
o Library dependencies for static libraries are not added to the .pc files
for keywords Requires.private and Libs.private. A warning is issued by
the craypkg-gen tool to advise users to add this information to the
libraries .pc files.
o RPM limits packages to 4GB
Documentation:
--------------
Man pages for craypkg-gen are found by executing ‘module load craypkg-gen’
and then ‘man craypkg-gen’ See
http://www.freedesktop.org/wiki/Software/pkg-config for a pkg-config
introduction.
Examples for creating modulefiles for Intel, PGI and Python are included in
the craypkg-gen ‘doc’ directory:
/opt/cray/craypkg-gen/1.3.24/doc/intel_example.txt
/opt/cray/craypkg-gen/1.3.24/doc/pgi_example.txt
/opt/cray/craypkg-gen/1.3.24/doc/python_example.txt
Example:
As an example, the Intel 16.0.3.210 compiler was recently released.
After installing the compiler the administrator creates a modulefile for
this release by executing the following commands:
# module load craypkg-gen
# craypkg-gen -m /opt/intel/compilers_and_libraries_2016.3.210
This version of the Intel compiler is made default by executing the
command:
# /opt/admin-pe/set_default_craypkg/set_default_intel_16.0.3.210
Installation instructions:
--------------------------
rpm -ivh craypkg-gen-1.3.24-*-0.el8.202203161450.29d7b93724d6e.x86_64.rpm
To change the product version to default after installation:
/opt/cray/pe/admin-pe/set_default_files/set_default_craypkg-gen_1.3.24
Product description:
The craypkg-gen 1.3.24 utility provides the system administrator
a tool to integrate third party software with the Cray software stack.
Craypkg-gen assists with integration by creating .pc files for C, C++, and
Fortran libraries, pkg-config enabled modulefiles and RPMs.
The workflow for using craypkg-gen is
1) Build the open source software
2) Create .pc files for libraries
3) Create pkg-config enabled modulefiles
4) Customize pkg-config and modulefiles if needed
5) Package rpms
6) Install the rpms on the Cray system
Certain components, files or programs contained within this package or product
are Copyright 2013-2021 Hewlett Packard Enterprise Development LP.
Cray Common Tools Interface (CTI) 2.15.10:
======================================
Release Date:
--------------
March 2022
Product Description:
--------------------
Cray Common Tools Interface (CTI) is a library that abstracts debugger
tool support to a common interface regardless of the underlying work
load manager. It facilitates the staging of files and the launch of
tool daemons on the compute nodes associated with a parallel job.
Options and interfaces can be found in the cti(1) and cti(3) manpages.
Purpose:
---------
22.04 This release adds the following features:
- Update Shasta PALS implementation to use PALS utilities and deprecate
the previous Shasta PALS API
- Update the HPCM PALS implementations to use PALS utilities
This release fixes the following bugs:
- Fix the usage of the `aprun` launcher with HPCM PALS instead of
the default `mpiexec` launcher
- Fix HPCM PALS backend startup when node hostnames are in xname format
22.02 This release is a bugfix release:
- Default Shasta PALS node count in job launches to 1
- Include `--overlap` in Slurm tool daemon launches for Slurm versions
20.11 and above
21.12 This release adds the following features:
- Added user documentation manpage cti(1), and developer
documentation manpage cti(3).
- Preliminary support for the Flux workload manager.
Note that passwordless SSH access to compute nodes must be
configured for Flux support. This limitation will be
removed in a future release.
- Flux, Shasta PALS, and ALPS support can be disabled at
compile-time if development headers are not available.
- Updated gen compilers to cray-gcc-10.3.0
21.11 This bugfix release resolves the following issues:
- Fix potential deadlock during job launch / attach for HPCM PALS systems,
as well as the generic SSH interface
- Fix Slurm job attach when running on compute node where hostname does
not match the Slurm node name
- Add environment variable CTI_SLURM_DAEMON_GRES to set the --gres
for Slurm daemon launches. For Slurm versions 21.08 and newer, this
should be set to an empty string (see SchedMD bug)
https://bugs.schedmd.com/show_bug.cgi?id=12642
21.10 This bugfix release resolves the following issues:
- Added CRAY_CTI_PREFIX and CRAY_CTI_VERSION environment variables to the
modulefiles.
Product and OS Dependencies:
-----------------------------
The Cray CTI 2.15.10 release is supported on the following Cray systems:
- HPE/Cray XC systems with CLE 7.0 or later
- HPE/Cray CS systems with CentOS/RH 8.4 or later
- HPE/Cray Shasta systems with SLES 15 service pack 2 or later
- HPE Apollo systems with Slurm and RH 8.4 or later
- Baymax systems with RH 8.4 or later
Product Dependencies:
- Cray cray-cdst-support rpm installed
Documentation:
---------------
Currently the only documentation available is found in
common_tools_fe.h, common_tools_be.h, and the tests in the 'tests'
directory.
Installation instructions:
--------------------------
Installation instructions for x86_64:
=============================================
rpm -ivh cray-cti-2.15.10-2.el8.x86_64.rpm
To make cti 2.15.10 the default version of cray-cti, execute:
/opt/cray/admin-pe/set_default_files/set_default_cray-cti-2.15.10
Certain components, files or programs contained within this package or
product are Copyright 2010-2022 Hewlett Packard Enterprise Development LP.
Cray DSMML 0.2.2:
==========================
Release Date:
-------------
October, 2021
Product Information:
--------------------
DSMML is a stand-alone memory management library for maintaining distributed
shared symmetric memory heaps for top level PGAS languages and libraries like
Coarray Fortran, UPC, and OpenSHMEM. DSMML allows user libraries to create
multiple symmetric heaps and share information with other libraries. Through
DSMML, we could extract interoperability between PGAS programming models.
Announcements, release informations, supported environments, and backward
compatibility informations about this product can be viewed in the following
location: https://pe-cray.github.io/cray-dsmml/
Purpose:
--------
Cray DSMML 0.2.2 supports the following features:
- Create symmetric heap segments for being used by PGAS languages and
libraries
- Allows options to allocate, deallocate memory buffers from previously
created symmetric heap segments
- Enables sharing information about the symmetric heap segments between
different programming models
- Added support for shared symmetric heap (SSHEAP) that can be used to
provide enhanced SMP data transport in user-libraries like SHMEM, CAF, UPC
The following features are fixed in Cray DSMML 0.2.2 when compared
to Cray DSMML 0.2.1:
- Internal bug fixes involving hugepage cleanups
Refer intro_dsmml(3) manpage for more information on the supported features
and syntax for different routines
Product and OS Dependencies:
----------------------------
The Cray DSMML 0.2.2 release is supported on the following
Cray systems:
* HPE Cray EX systems with CLE
Product and OS Dependencies by network type:
--------------------------------------------------+
| Shasta |
----------------------------+---------------------+
craype | >= 2.7.3 |
----------------------------+---------------------+
One or more compilers:
* AOCC 2.2 or later
* CCE 9.1 or later
* GNU 9.1 or later
* Intel 19.0 or later
* Nvidia 20.7 or later
Documentation:
--------------
Use the Cray DSMML man pages for more information on the library
functions and use intro_dsmml(3) man page for general information.
Use https://pe-cray.github.io/whitepapers/ for access to different
Cray DSMML specific whitepapers
Announcements, release informations, supported environments, and backward
compatibility informations about this product can be viewed in the following
location: https://pe-cray.github.io/cray-dsmml/
Modulefile:
-----------
module load cray-dsmml/0.2.2
Certain components, files or programs contained within this package or
product have the following Copyright:
Copyright 2018-2021 Hewlett Packard Enterprise Development LP.
cray-dyninst 12.0.0
=============
Release Date:
-------------
January 2022
Purpose:
--------
22.02 This is a feature release.
- Updated dyninst to v12.0.0
21.12 This is a feature release.
- Initial release of cray-dyninst v10.0
Product and OS Dependencies:
----------------------------
The cray-dyninst 12.0.0 release is supported on the following Cray systems:
- HPE/Cray XC systems with CLE 7.0 or later
- HPE/Cray CS systems with CentOS/RH 8.0 or later
- HPE/Cray Shasta systems with SLES 15 service pack 2 or later
- HPE Apollo systems with Slurm and RH 8.0 or later
- Baymax systems with RH 8.0 or later
Product Dependencies:
- Cray cray-cdst-support rpm installed
Documentation:
--------------
https://github.com/dyninst/dyninst
Installation Instructions:
-------------
Installation Instructions for .el8.x86_64:
------------------------------------------
rpm -ivh cray-dyninst-12.0.0-20220121180413_0e1ed59-3.el8.x86_64.rpm
To make this the default version of cray-dyninst, execute:
/opt/cray/pe/admin-pe/set_default_files/set_default_cray-dyninst_12.0.0
Certain components, files or programs contained within this package or product are
Copyright 2007-2021 Hewlett Packard Enterprise Development LP
FFTW 3.3.8.13
============
Release Date:
-------------
April 2022
Purpose:
--------
The Cray FFTW 3.3.8.13 release is supported on Cray Apollo Systems.
FFTW is supported on the host CPU but not on the accelerator of Cray systems.
The Cray FFTW 3.3.8.13 release provides the following:
- Dynamic libraries (libfftw3*.so*) now have RPATH defined instead of RUNPATH
- Compiler and dependency updates
See the Product and OS Dependencies section for details.
Product and OS Dependencies:
----------------------------
The Cray FFTW 3.3.8.13 release is supported on the following Cray systems:
* Cray Apollo systems with RHEL/CentOS 8
The FFTW 3.3.8.13 release requires the following software products:
For Cray Apollo series systems:
Cray MPT 8.0 or later
One or more of the following major compiler versions:
CCE 13
GCC 10, 11
AOCC 3
Intel 2021
Notes and Limitations:
----------------------
Starting with cray-fftw/3.3.6.1 the fftw module has been renamed from fftw
to cray-fftw.
Documentation:
--------------
http://www.fftw.org/index.html#documentation
See the intro_fftw3 manual page for additional information.
Modulefile:
-----------
module load cray-fftw
Installation
------------
On RHEL/CentOS 8:
rpm -ivh cray-fftw-3.3.8.13-202203171427.1ebc4e619cf76-1.apollo.el8.x86_64.rpm
To make this the default version, execute:
/opt/cray/pe/admin-pe/set_default_files/set_default_fftw_3.3.8.13
Certain components, files or programs contained within this package or
product are Copyright 2011-2021 Hewlett Packard Enterprise Development LP
gcc 10.3.0
=========
Release Date:
-------------
December 2021
Purpose:
--------
The gcc 10.3.0 release.
Product and OS Dependencies:
----------------------------
The gcc 10.3.0 release is supported on
- Cray XC systems running CLE 7.0
- Cray Shasta and Cray Everest systems
- HPE Apollo systems running RedHat 8
Documentation:
--------------
http://gcc.gnu.org/gcc-10
Modulefile:
---------------------
module load gcc/10.3.0
This modulefile defines the system paths and environment variables
needed to use gcc, g++ and gfortran on Cray systems. The gcc modulefile
can be swapped for other gcc versions. This modulefile may be loaded
as a standalone modulefile or as part of the GNU Programming Environment,
PrgEnv-gnu. The CrayPE drivers, cc, CC, and ftn, are recommended for
use with PrgEnv-gnu to generate compilation and link lines.
Installation instructions:
--------------------------
rpm -ihv cpe-gcc-10.3.0-202111300659.1c10654caefd3-17.everest.el8.x86_64.rpm
To change the product version to default after installation:
/opt/cray/pe/admin-pe/set_default_files/set_default_gcc_10.3.0
Certain components, files or programs contained within this package or product are
Copyright -2021 Hewlett Packard Enterprise Development LP
gcc 11.2.0
=========
Release Date:
-------------
September 2021
Purpose:
--------
The gcc 11.2.0 release.
Product and OS Dependencies:
----------------------------
The gcc 11.2.0 release is supported on
- Cray XC systems running CLE 7.0
- Cray Shasta systems
- HPE Apollo systems running RedHat 8.0
Documentation:
--------------
http://gcc.gnu.org/gcc-11
Modulefile:
---------------------
module load gcc/11.2.0
This modulefile defines the system paths and environment variables
needed to use gcc, g++ and gfortran on Cray systems. The gcc modulefile
can be swapped for other gcc versions. This modulefile may be loaded
as a standalone modulefile or as part of the GNU Programming Environment,
PrgEnv-gnu. The CrayPE drivers, cc, CC, and ftn, are recommended for
use with PrgEnv-gnu to generate compilation and link lines.
Installation instructions:
--------------------------
rpm -ihv cpe-gcc-11.2.0-202108140546.ce81a09c5272c-13.everest.el8.x86_64.rpm
To change the product version to default after installation:
/opt/cray/pe/admin-pe/set_default_files/set_default_gcc_11.2.0
Certain components, files or programs contained within this package or product are
Copyright -2021 Hewlett Packard Enterprise Development LP
gcc 8.1.0
=========
Release Date:
-------------
December 2021
Purpose:
--------
The gcc 8.1.0 release.