From c9f46098a5b791236677ee81d8a4e79eaf53ed35 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Tue, 21 Jun 2022 14:39:09 -0700
Subject: [PATCH] test htmls

---
 spawn.html         | 1 +
 spawn_pending.html | 1 +
 2 files changed, 2 insertions(+)

diff --git a/spawn.html b/spawn.html
index e4806ce..cf0e0ee 100644
--- a/spawn.html
+++ b/spawn.html
@@ -12,6 +12,7 @@
 <p>User_options: {{ user_options }} </p>
 <p> Options_from_form: {{ options_from_form }} </p>
 <p> cpu_limit: {{ cpu_limit }} </p>
+<p>env['CPU_LIMIT']: {{ env['CPU_LIMIT'] }} </p>
 <p> {{ profile }} {{ profiles }} </p>
 <p> URL {{url}} </p>
 <div>
diff --git a/spawn_pending.html b/spawn_pending.html
index 3ff389b..f5cc4ea 100644
--- a/spawn_pending.html
+++ b/spawn_pending.html
@@ -8,5 +8,6 @@
 <p>Number of GPUs: {{ extra_resources.n_gpus }}</p>
 <p> Options_from_form: {{ options_from_form }} </p>
 <p>User_options: {{ user_options }} </p>
+<p>env['CPU_LIMIT']: {{ env['CPU_LIMIT'] }} </p>
 <p>Number of CPUs: {{ extra_resources.n_cpus }}</p>
 {% endblock %}
-- 
GitLab