From c36aeb17046071504d17ca118026bad9cfdb97d8 Mon Sep 17 00:00:00 2001 From: Benjamin Cash Date: Fri, 4 Oct 2024 10:53:54 -0400 Subject: [PATCH] Update hosts to include hopper and frontera --- workflow/hosts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workflow/hosts.py b/workflow/hosts.py index 34ea067ade..a4c590f2cb 100644 --- a/workflow/hosts.py +++ b/workflow/hosts.py @@ -17,7 +17,8 @@ class Host: SUPPORTED_HOSTS = ['HERA', 'ORION', 'JET', 'HERCULES', 'WCOSS2', 'S4', 'CONTAINER', 'GAEA', - 'AWSPW', 'AZUREPW', 'GOOGLEPW'] + 'AWSPW', 'AZUREPW', 'GOOGLEPW', + 'HOPPER', 'FRONTERA'] def __init__(self, host=None):