Skip to content

Commit ba744d1

Browse files
authored
Update modules.sh
1 parent 72f905f commit ba744d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain/bootstrap/modules.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ done
2020
if [ -v $u_c ]; then
2121
log "Select a system:"
2222
log "$G""ORNL$W: Ascent (a) | Frontier (f) | Summit (s) | Wombat (w)"
23-
log "$C""ACCESS$W: Bridges2 (b) | Expanse (e) | Delta (d)"
23+
log "$C""ACCESS$W: Bridges2 (b) | Expanse (e) | Delta (d) | DeltaAI (dai)"
2424
log "$Y""Gatech$W: Phoenix (p)"
2525
log "$R""Caltech$W: Richardson (r)"
2626
log "$B""DoD$W: Carpenter (c) | Nautilus (n)"
27-
log_n "($G""a$W/$G""f$W/$G""s$W/$G""w$W/$C""b$W/$C""e$CR/$C""d$CR/$Y""p$CR/$R""r$CR/$B""c$CR/$B""n$CR): "
27+
log_n "($G""a$W/$G""f$W/$G""s$W/$G""w$W/$C""b$W/$C""e$CR/$C""d/$C""dai$CR/$Y""p$CR/$R""r$CR/$B""c$CR/$B""n$CR): "
2828
read u_c
2929
log
3030
fi

0 commit comments

Comments
 (0)