-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcpe-23.03-sles15-sp4-FullReleaseNotes.txt
4332 lines (3165 loc) · 143 KB
/
cpe-23.03-sles15-sp4-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 23.03 Full Release Notes
=========================================================
Abnormal Termination Processing (ATP) 3.14.18:
================================================
Release Date:
--------------
February 2023
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 cray-stat). The merged stack
backtrace tree provides a concise, yet comprehensive, view
of what the application was doing at the time of its death.
Changelog:
---------
=======================================================================
## [3.14.18] - 2023-02-21 (23.03)
=======================================================================
### Bug Fixes
* CAST-33213: Correct LD_LIBRARY_PATH in Lua module
* PE-45328: Support Xalt, Slurm systems without Plugstack file, disable for Eproxy
* PE-45184: Add CCE Clang LLVM utilities to PATH for llvm-addr2line
* PE-45460: Fix module load recursion with TCSH shell
=======================================================================
## [3.14.17] - 2023-01-05 (23.02)
=======================================================================
### Bug Fixes
* Fix hangs caused by premature exit in some cases
### Features
* PE-44923: Collect output style flags to a single setting ATP_OUTPUT_STYLE
* Automatically clean up temporary symbol dump directories
* PE-44666: Display crashing thread frames with signal summary
=======================================================================
## [3.14.16] - 2022-10-28 (22.11)
=======================================================================
### Bug Fixes
* Link all functional tests with ATP library on ALPS
### Features
* PE-43726: Add ATP_CORES_HOSTS to specify hosts on which to dump cores
=======================================================================
## [3.14.15] - 2022-09-23 (22.10)
=======================================================================
### Bug Fixes
* PE-43170: Fix potential startup directory failure on HPCM PALS
* Fix TCL module unloading with site Slurm configuration set via env. var.
* PE-43037: Build global Slurm plugin for systems still using ATP Slurm Plugstack configuration
### Features
* PE-42873: Nodes will produce one lightweight corefile each when enabled
* Use Breakpad crash reason if GDB could not find handler thread
=======================================================================
## [3.14.14] - 2022-09-06 (22.10)
=======================================================================
### Bug Fixes
* PE-42925: Support configless Slurm in user-space plugin
* PE-42023: Extract binary symbols for more line number support on ALPS systems
* Resolved ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found - PE-42707
### Features
* Build and enable ATP Slurm plugin at module load time
* PE-42595: Add support for Lightweight Corefile generation and utility
* Print suggestion to use GDB mode if no line numbers were extracted
=======================================================================
## [3.14.13] - 2022-07-15 (22.08)
=======================================================================
### Bug Fixes
* PE-41158: Add additional checks to signal handler / backend communication
### Features
* PE-41728: Implement node disk space and custom runtime checks
* Frontend will disable corefiles if failed to ship gcore
* Add Flux launch plugin and build script
* PE-40384: Set ZMQNet as default network, switch to MRNet with ATP_PROTO
* PE-41330: Use llvm-addr2line to resolve missing line numbers
* Added script to reload spank plugin
* Added support for rhel86 - PE-41140 #259
=======================================================================
## [3.14.12] - 2022-05-06 (22.06)
=======================================================================
### Features
* Remove minidumps generated by user trace API after successful parse
* Added support for sles15sp4 x86 - PE-409893 #256
* Added autogen changelog/release notes functionality - PE-40699 #253
=======================================================================
## [3.14.11] - 2022-04-14 (22.05)
=======================================================================
### Features
* Update release notes for PE 22.05
* Added support for rhel85 - PE-40102
=======================================================================
## [3.14.10] - 2022-03-21 (22.04)
=======================================================================
* Fix double free in HPCM PALS startup plugin
=======================================================================
## [3.14.9] - 2022-01-21 (22.02)
=======================================================================
* 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
=======================================================================
## [3.14.8] - 2021-12-01 (21.12)
=======================================================================
* Updated gen compilers to cray-gcc-10.3.0
=======================================================================
## [3.14.7] - 2021-10-12 (21.11)
=======================================================================
* Fixes a potential hang or assertion failure when
analyzing a job using the Nvidia runtime with CUDA-GDB
=======================================================================
## [3.14.6] - 2021-09-14 (21.10)
=======================================================================
* Initial support for GPU kernel debugging on Nvidia GPUs using CUDA-GDB.
Product and OS Dependencies:
-----------------------------
The ATP 3.14.18 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.6 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 .sles15sp4.x86_64:
=============================================
rpm -ivh atp-3.14.18-20230222143301_d9adaee-1.sles15sp4.x86_64.rpm
To make ATP 3.14.18 the default version of ATP, execute:
/opt/cray/pe/admin-pe/set_default_files/set_default_atp_3.14.18
Certain components, files or programs contained within this package or product are
Copyright 2010-2023 Hewlett Packard Enterprise Development LP.
CCDB 4.12.13:
==================
Release Date:
--------------
July 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
Changelog:
---------
=======================================================================
## [4.12.12] - 2022-05-19 (22.06)
=======================================================================
### Features
* Added support for rhel86 - PE-41140 #139
* Added support for sles15sp4 x86 - PE-40983 #137
* Added autogen changelog/release notes functionality - PE-39302
=======================================================================
## [4.12.11] - 2022-04-14 (22.05)
=======================================================================
### Features
* Added support for rhel85 - PE-40102
=======================================================================
## [4.12.10] - 2022-03-21 (22.04)
=======================================================================
### Bug Fixes
* Set sourc-on-step off at launch
* Indented continuations
* Fixed comment
* Moved conditional
* Removed atoll
* Segfault caused by missing argument
* Fixed indentation
* Updated to speed up install testing
* Added req exclude of libstdc++
* Fixed comment
* Fixed border width
* Added borders around buttons and entries
### Features
* Ccdb keyboard updates
* Added dynamic copyright date
=======================================================================
## [4.12.9] - 2022-02-10 (22.03)
=======================================================================
* 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
=======================================================================
## [4.12.8] - 2022-01-20 (22.02)
=======================================================================
* 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
=======================================================================
## [4.12.7] - 2021-12-01 (21.12)
=======================================================================
* 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
=======================================================================
## [4.12.6] - 2021-09-17 (21.11)
=======================================================================
* 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 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.14.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 .sles15sp4.x86_64:
=============================================
rpm -ivh --oldpackage cray-ccdb-4.12.13-20220715194139_8acd349-1.sles15sp4.x86_64.rpm
To make cray-ccdb 4.12.13 the default version of cray-ccdb, execute:
/opt/cray/pe/admin-pe/set_default_files/set_default_cray-ccdb_4.12.13
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) 15.0.1
===========================================
Release Date:
-------------
February 2023
Purpose:
--------
CCE 15.0.1 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 and Support with CCE 15.0.1:
-------------------------------------------
CCE 15.0.1
- Bug Fixes
- Fixed incorrect libraries linked with --gcc-toolchain option
- Add new feature as extension to the Fortran standard: Allow Arithmetic operator followed by
Unary operator. Also add Ansi message for -en.
- Add Fortran support for split DWARF and compressed DWARF:
- Split DWARF: -gsplit-dwarf={split, single} Set this command-line option to 'split' to
cause most DWARF information to be split into a separate .dwo file. The default is
single, which embeds DWARF information into the program binary as usual.
- Compressed DWARF: -gz={none, zlib, zlib-gnu} Set this command-line option to 'zlib' or
'zlib-gnu' to compress debug sections using the specified compression type. 'none' is
the default.
------------
CCE-15.0.0
- LLVM 15 base
- SVE Support (beta)
- Support for Intel Sapphire Rapids with High Bandwidth Memory
- Support for AMD Genoa
- Support for NVIDIA Grace (beta)
- Additions to existing DWARF Support includes
- AMD's heterogeneous DWARF in C/C++ is enabled by default. It can be disabled with the
'-gno-heterogeneous-dwarf' command-line option.
- Breakpoint and line number support in Fortran for GPU modules
- much-improved support for aggregate types in CPU modules
- The Fortran option -htcmalloc is deprecated and planned to be removed in CCE-16.0.0
- Complete support for AddressSanitizer & ThreadSanitizer for Fortran programs (CPU only).
Enabled using the command line option
-fsanitize=address|thread
The following options are recommended to be used when enabling sanitizers:
-g to ensure optimizations do not elide genuine code bugs
-hsystem_alloc to force use of system allocator, as opposed to tcmalloc as it is known to
produce spurious LSAN diagnostics (note that tcmalloc is deprecated and planned to be
removed in a future release).
Note: AddressSanitizer does not support Fortran COMMON variables.
- The following Fortran OpenACC 2.x/3.x features have been added in this release
- "finalize" clause on "exit data"
- "no_create" clause on structured data and compute constructs
- "if" clause on "host_data"
- The following OpenMP 5.x features have been added in this release
- "in_reduction" clause on "target" construct
- "error" directive (Fortran)
- "compare" clause on atomic construct (C/C++)
- "assume" and "assumes" directives (Fortran)
- "nothing" directive (Fortran)
- "otherwise" clause for metadirective (Fortran)
User and Application Impact:
----------------------------
CCE-15.0.1
User binaries built with the --gcc-toolchain option will now link to libraries
in the specified GCC toolchain. Binaries built with the --gcc-toolchain option
in CCE 14 and prior versions of CCE 15 may need to be rebuilt. Users who do not
use the --gcc-toolchain option are unaffected.
Signed constant or variable (integer or real) following arithmetic operator does not have to be
put in parentheses. The result is similar to gfortran.
-----------
CCE-15.0.0
C++ applications built using CCE 13 or earlier may need to be recompiled due to the significant
changes that were necessary to implement C++17. This is expected to be a one-time requirement.
Some non-standard Cray Fortran extensions supporting shorthand notation for logical operations
will be removed in a future release. CCE 14 will issue warning messages when these are
encountered, providing time to adapt the application to use standard Fortran.
Issues or Bugs Resolved:
------------------------
CCE 15.0.1:
-----------
CCE-15.0.1
CAST-28155 Request for enhancement of error reporting on a continuation line in CCE Fortran
CAST-28157 Internal Compiler Error on a ""select type"" line with CCE Fortran
CAST-29666 Fortran Compiler potentially incorrectly indexing arrays incorrectly in the SELECT TYPE construct
CAST-29704 CCE FE - internal compiler error with polymorphic
CAST-29910 HPE-Cray EX: Cray Fortran compiler RFE
CAST-31262 Cray compiler error
CAST-31374 Simple OMP offload code crashes the Cray fortran compiler at -O3, -O2, -O1, but not at -O0
CAST-31578 Difficulty debugging on EAS3: gdb can't print ftn variables with pointer attribute
CAST-31579 OpenMP offloading: incorrect result for atomic update on complex(8)
CAST-31666 CCE 15.0.0 & ROCm 5.3.0: Link errors with undefined reference due to --no-allow-shlib-undefined: .omp_offloading.img_start.cray_amdgcn-amd-amdhsa
CAST-31679 CCE 15.0.0 internal error on UMT compiler with -O0 -g - elevation of case 5369442858
CAST-31687 CCE 15.0.0 doesn't accept -o file.f with -eP? - Elevation of Case 5369474306
CAST-31726 Crayftn bug: zero-sized array assignment
CAST-31828 mfem: cast<Ty>() argument of incompatible type! - CCE 15.0.0, ROCM 5.4.0,<-O3,-O2>
-----------
CCE-15.0.0
CAST-31062 Compiler can overwrite source file
CAST-31033 Cannot find construct_x to match END directive with crayftn openmp offload
CAST-30937 optcg internal compiler error when compiling E3SM code
CAST-30918 CCE HIP failure compiling Trillinos -llvm::RegPressureTracker::recedeSkipDebugValues
CAST-30919 CCE HIP - Trilinos: Panzer and Intrepid2: Out of Registers (unit test build)
CAST-30920 CCE 14.0.2 fails compiling Trillinos unit test in llvm::ScheduleDAGMILive::scheduleMI
CAST-30905 Linking error when using malloc/new in OpenMP target regions
CAST-30834 Cray compiler internal error compiling Trillinos:Zoltan2 unit tests
CAST-30790 Compile error when using ?!$omp declare target? for nested subroutines
CAST-30781 omp loop construct not implemented in Cray ftn
CAST-30725 Compile error-INTERNAL COMPILER ERROR:
CAST-30549 LAMMPS CCE build failure when perftools or perftools-lite are loaded
CAST-30500 ftn omp target offload internal compiler error
CAST-30478 LAMMPS RIGID package build failure with CCE14+ROCm5.1
CAST-30362 CCE 14 Fortran OpenMP omp_target_associate_ptr() fails with HSA_XNACK=1
CAST-30308 CCE FTN OpenMP ICE
CAST-30293 CCE+Fortran+OpenMP ExaStar/thornado runtime error
CAST-30227 CCE+Fortran+OpenMP Internal Compiler Error
CAST-30226 CCE 14 Fortran OpenMP Compile and Linking issue
CAST-29985 Cray compiler support for atomic update in target region for complex variables
CAST-29723 OLCFDEV-765 provided code produces compile, link, runtime errors
CAST-29649 Invalid bitcast compile error using provided code
CAST-28950 CCE OpenMP OMP_WAIT_POLICY default (auto) performing poorly
CAST-27337 cce-sve ftn compile-time abort
CAST-27314 Fortran array subsections not passing to a subroutine when OpenMP in use
CAST-27065 CCE fortran "Unexpected partitioned loop schedule type" when craype-accel-host module not loaded
CAST-26890 [SVE] ftn segfault comiling code with -O2
CAST-26658 Poor performance of SW4CK Kernels
CAST-25678 RFE: Add compiler option -fopenmp-simd
CAST-15724 crayftn segfault with MPI user defined reduction
Product and OS Dependencies:
----------------------------
This CCE release is supported on
- Cray XC systems running CLE 7.0 UP03
- Cray CS systems running RedHat 8
- HPE Cray supercomputer systems running CSM with COS 2.1.X (SLES15 SP2) or COS 2.2.X (SLES15 SP3)
- HPE Cray supercomputer systems running HPCM with SLES15 SP2 or SLES15 SP3
- HPE Cray supercomputer systems running HPCM with RHEL 8.4
- HPE Apollo 2000 Gen10Plus systems running RedHat 8
- HPE Apollo 80 systems running RedHat 8
AMD GPU offloading support requires at least ROCm 5.0
Notes and Limitations:
----------------------
None
Documentation:
--------------
- S-5212 Cray Compiling Environment Release Overview (15.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-15.0.1-202301182246.130abdd91aed1-5.sles15sp4.x86_64.rpm.x86_64.rpm
The following script will set CCE version 15.0.1 default:
/opt/cray/pe/admin-pe/set_default_files/set_default_cce_15.0.1
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 -2022 Hewlett Packard Enterprise Development LP.
Attribution notices for open source licensed software for this
package are detailed in the file:
/opt/cray/pe/cce/15.0.1/ATTRIBUTIONS_15.0.txt
Cray PE DL Plugin with Resiliency Support 22.06.1.2:
Release Date:
-------------
June 2022
Purpose:
--------
The following changes have been made since Cray PE DL Plugin 21.04.1:
o Updated DL framework support
o Introduction of resiliency support
o BFloat16 data type support
Supported Configurations:
-------------------------
Shasta/EX: CPU and AMD GPU support with PrgEnv-gnu
The following Deep Learning frameworks and versions are supported:
* TensorFlow v2.6
* PyTorch v1.10.2
Documentation:
--------------
For more information see the intro_dl_plugin man pages.
For info regarding use of the new resiliency feature, see the examples
and README.md in ${CRAYPE_ML_PLUGIN_BASEDIR}/examples/resiliency
Sample Installation instructions:
---------------------------------
Note: Package must be installed or sym linked in the default /opt/cray/pe path.,
ie: use of the --prefix flag for rpm is not supported.
rpm -ivh craype-dl-plugin-ftr-22.06.1.2*.x86_64.rpm
The "*" in the install command represents date and hash specific information.
Modulefile:
-----------
Shasta/EX:
module load craype-dl-plugin-ftr/22.06.1.2
Certain components, files or programs contained within this package or
product are Copyright 2017-2022 Hewlett Packard Enterprise Development LP.
Cray PE DL Plugin 21.02.1.3:
Release Date:
-------------
February 2021
Purpose:
--------
The following changes have been made since Cray PE DL Plugin 20.10.1:
o Bug fixes for CUDA 11 support and pip install of include source dist
o Initial CUDA 11.1 support
o Updated DL framework support
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.4
* PyTorch v1.7.1
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-21.02.1.3*.x86_64.rpm
The "*" in the install command represents date and hash specific information.
Modulefile:
-----------
XC/Shasta:
module load craype-dl-plugin-py3/21.02.1.3
CS:
module load craype-dl-plugin-py3/openmpi/21.02.1.3
module load craype-dl-plugin-py3/mvapich/21.02.1.3
Certain components, files or programs contained within this package or
product are Copyright 2017-2021 Hewlett Packard Enterprise Development LP.
Cray PE DL Plugin 21.02.1.3:
Release Date:
-------------
February 2021
Purpose:
--------
The following changes have been made since Cray PE DL Plugin 20.10.1:
o Bug fixes for CUDA 11 support and pip install of include source dist
o Initial CUDA 11.1 support
o Updated DL framework support
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.4
* PyTorch v1.7.1
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-21.02.1.3*.x86_64.rpm
The "*" in the install command represents date and hash specific information.
Modulefile:
-----------
XC/Shasta:
module load craype-dl-plugin-py3/21.02.1.3
CS:
module load craype-dl-plugin-py3/openmpi/21.02.1.3
module load craype-dl-plugin-py3/mvapich/21.02.1.3
Certain components, files or programs contained within this package or
product are Copyright 2017-2021 Hewlett Packard Enterprise Development LP.
Cray PE DL Plugin 22.06.1.2:
Release Date:
-------------
June 2022
Purpose:
--------
The following changes have been made since Cray PE DL Plugin 22.04.1.1:
o Updated DL framework support
o BFloat16 data type support
o ROCm 5.x support
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.6
* PyTorch v1.10
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-22.06.1.2*.x86_64.rpm
The "*" in the install command represents date and hash specific information.
Modulefile:
-----------
XC/Shasta:
module load craype-dl-plugin-py3/22.06.1.2
CS:
module load craype-dl-plugin-py3/openmpi/21.04.1
module load craype-dl-plugin-py3/mvapich/21.04.1
Certain components, files or programs contained within this package or
product are Copyright 2017-2021 Hewlett Packard Enterprise Development LP.
Cray PE DL Plugin 22.08.1:
Release Date:
-------------
August 2022
Purpose:
--------
The following changes have been made since Cray PE DL Plugin 22.06.1.2:
o PyTorch Apex Amp Optimization Support
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
EX: CPU and GPU support
Apollo: CPU-only support
The following Deep Learning frameworks and versions are supported:
* TensorFlow v2.6
* PyTorch v1.10
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-22.08.1*.x86_64.rpm
The "*" in the install command represents date and hash specific information.
Modulefile:
-----------
XC/EX:
module load craype-dl-plugin-py3/22.08.1
CS:
module load craype-dl-plugin-py3/openmpi/21.04.1
module load craype-dl-plugin-py3/mvapich/21.04.1
Certain components, files or programs contained within this package or
product are Copyright 2017-2021 Hewlett Packard Enterprise Development LP.
Cray PE DL Plugin 22.09.1:
Release Date:
-------------
September 2022
Purpose:
--------
The following changes have been made since Cray PE DL Plugin 22.08.1:
o Keras callbacks bug fixes
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
EX: CPU and GPU support
Apollo: CPU-only support
The following Deep Learning frameworks and versions are supported:
* TensorFlow v2.6
* PyTorch v1.10
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-22.09.1*.x86_64.rpm
The "*" in the install command represents date and hash specific information.
Modulefile:
-----------
XC/EX:
module load craype-dl-plugin-py3/22.09.1
CS:
module load craype-dl-plugin-py3/openmpi/21.04.1
module load craype-dl-plugin-py3/mvapich/21.04.1
Certain components, files or programs contained within this package or
product are Copyright 2017-2021 Hewlett Packard Enterprise Development LP.
Cray PE DL Plugin 22.12.1:
Release Date:
-------------
December 2022
Purpose:
--------
The following changes have been made since Cray PE DL Plugin 22.09.1:
o TF v2.9 Support
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
EX: CPU and GPU support
Apollo: RHEL8.6 CPU and GPU support
The following Deep Learning frameworks and versions are supported:
* TensorFlow v2.9
* PyTorch v1.10
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-22.12.1*.x86_64.rpm
The "*" in the install command represents date and hash specific information.
Modulefile:
-----------
XC/EX:
module load craype-dl-plugin-py3/22.12.1
CS:
module load craype-dl-plugin-py3/openmpi/21.04.1
module load craype-dl-plugin-py3/mvapich/21.04.1
Certain components, files or programs contained within this package or
product are Copyright 2017-2021 Hewlett Packard Enterprise Development LP.
CrayPE Targets 1.10.0
================================================================================
Release Date:
--------------------------------------------------------------------------------
November, 2022
Purpose:
--------------------------------------------------------------------------------
Adds Intel Sapphire Rapids with HBM and Arm Grace support
Bugs fixed in this release:
--------------------------------------------------------------------------------
None
Dependencies:
--------------------------------------------------------------------------------
The CrayPE Targets 1.10.0 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