We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5e642 commit 0db6323Copy full SHA for 0db6323
recipes/pytorch/v2.9.1/gh200/environments.yaml
@@ -72,6 +72,7 @@ pytorch-env:
72
- py-onnxscript
73
- py-regex
74
- py-tensorboard
75
+ - py-psutil
76
#- py-vllm
77
- dynolog +use-prometheus +with-unwind +with-gflags
78
# packages which don't compile with +ipo
recipes/pytorch/v2.9.1/gh200/extra/reframe.yaml
@@ -0,0 +1,16 @@
1
+default:
2
+ features:
3
+ - cuda
4
+ - mpi
5
+ - cray-mpich
6
+ - nccl
7
+ - nccl-tests
8
+ - openmp
9
+ - osu-micro-benchmarks
10
+ - serial
11
+ - pytorch
12
+ cc: mpicc
13
+ cxx: mpic++
14
+ ftn: mpifort
15
+ views:
16
+ - default
0 commit comments