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
Now, we need to run the sinfo command every time the size GPU size options of ÚFAL change. It should be automated, e.g. run once per day and stored somewhere on a disk.
# gpuram size constraints on ÚFAL cluster
# TODO: it should be automated to reflect changes on cluster automatically
# (and made effectively, possibly without this subprocess in every run)
# sinfo -o "%N %f" | grep gpu | cut -f 2 -d' ' | cut -f 1 -d',' | sort -u
UFAL_GPU_MEM_OPTIONS = """gpuram11G
gpuram16G
gpuram24G
gpuram40G
gpuram48G
gpuram64G
gpuram95G
""".split()
The text was updated successfully, but these errors were encountered:
qsubmit/qsubmit/__init__.py
Line 202 in 7bdf634
Now, we need to run the sinfo command every time the size GPU size options of ÚFAL change. It should be automated, e.g. run once per day and stored somewhere on a disk.
The text was updated successfully, but these errors were encountered: