Node Features out of date
The list of features in production and the list of features on the docs are different:
ansible_features=$(cat ./files/slurm.conf | grep Features= | sed -E 's/.*Features=([^ ]+).*/\1/' | tr ',' '\n' | sort -u); docs_features=$(curl -s https://docs.unity.rc.umass.edu/documentation/cluster_specs/features/ | grep -oE '<a href=#[^ ]+ class=text-main-color>[^ ]+</a></div><div class=pl-8>' | sed -E 's/<a href=#([^ ]+).*/\1/' | sort -u); echo "features in ansible but not docs:"; comm -23 <(echo "$ansible_features") <(echo "$docs_features"); echo ""; echo "features in docs but not ansible:"; comm -13 <(echo "$ansible_features") <(echo "$docs_features")
features in ansible but not docs:
amd7502
intel5118
intel6130
intel6240
intel6326
intel8480
sapphirerapids
sm_86
sm_87
vram32
features in docs but not ansible:
dell_r640_2020
dell_r6525
dell_r740_2020
ece_sr670_gpu_2021
len_sd530_2018
len_sr650_2018
vram45