We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a628b60 commit 5768b11Copy full SHA for 5768b11
1 file changed
prodtests/full-system-test/start_tmux.sh
@@ -12,14 +12,7 @@ if [[ "${FST_RUN_WITHOUT_CHECKS:-0}" != "1" ]]; then
12
exit 1
13
fi
14
15
- # 2. Abort if FMQ shared-memory files exist in /dev/shm
16
- if compgen -G "/dev/shm/fmq*" > /dev/null; then
17
- echo "ERROR: Found existing /dev/shm/fmq* files." >&2
18
- echo "Please clean them manually before running the FST." >&2
19
- exit 1
20
- fi
21
-
22
- # 3. MI100 check: detect MI100 GPU but EPN_NODE_MI100 not set or set to 0
+ # 2. MI100 check: detect MI100 GPU but EPN_NODE_MI100 not set or set to 0
23
if lspci | grep -qi "MI100"; then
24
if [[ -z "${EPN_NODE_MI100:-}" || "${EPN_NODE_MI100}" == "0" ]]; then
25
echo "ERROR: MI100 GPU detected on this node, but EPN_NODE_MI100 is not set to 1." >&2
0 commit comments