diff --git a/spawn.html b/spawn.html index cac76cfbdd88919e2ed33271bc9873b7e4986ceb..6c4cadb1b48e6dfa00453a680d4d4dd08dcf0b59 100644 --- a/spawn.html +++ b/spawn.html @@ -1,9 +1,7 @@ {% extends "templates/spawn.html" %} {% block main %} -{{ super.super() }} -{{ super() }} -<p>Number of GPUs: {{ n_gpus }}</p> +<p>Number of GPUs: {{ extra_resources.n_gpus }}</p> {% endblock %} {% block heading %} diff --git a/spawn_pending.html b/spawn_pending.html index c36b1a3c8ee6d66975cea8bff033a708759a0b8d..4cada8be7b38373c628d33bbd63b95af243d85c7 100644 --- a/spawn_pending.html +++ b/spawn_pending.html @@ -5,7 +5,7 @@ <p>This step may take several minutes.</p> <p>Most of the time, the issue or delay is related to the server (upgrading or temporary maintanance).</p> <p>For errors lasting for an extended period of time, please contact one of the <a href="https://www.csusb.edu/high-performance-computing#team" target="_blank">CSUSB HPCI team members</a>.</p> -<p> Number of GPUS selected: {{ n_gpus }}</p> +<p> Number of GPUS selected: {{ extra_resources.n_gpus }}</p> <br> {% for scope in allowed_scopes %} {{ scope }}