You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tail -1 init.out | grep "Environment set up to use EESSI (2023.06), have fun!" || (echo "FAILED, full init utput:" && cat init.out && exit 1)
100
+
tail -1 init.out | grep "Environment set up to use EESSI (${{matrix.EESSI_VERSION}}), have fun!" || (echo "FAILED, full init utput:" && cat init.out && exit 1)
95
101
96
102
echo "All checks on init output PASSED"
97
103
else
@@ -118,7 +124,7 @@ jobs:
118
124
echo ">>> checking for 'accel/nvidia/cc80' in init output..."
119
125
grep "archdetect found supported accelerator for CPU target x86_64/amd/zen3: accel/nvidia/cc80" init.out || (echo "FAILED 1" && exit 1)
The software layer of the EESSI project uses [EasyBuild](https://docs.easybuild.io), [Lmod](https://lmod.readthedocs.io) and [archspec](https://archspec.readthedocs.io).
3
+
Scripts for building the EESSI software layer.
4
4
5
5
See also https://www.eessi.io/docs/software_layer .
6
6
7
-
## Pilot software stack
8
-
9
-
You can set up your environment by sourcing the init script:
0 commit comments