From 19a88722ab190e13136b9c6117f6accdb4a02ca1 Mon Sep 17 00:00:00 2001 From: Chandra Y Date: Thu, 23 Jan 2025 16:26:01 -0600 Subject: [PATCH] task/wp-833: resource json update to include vista (#1042) * resource json update * update settings --- server/portal/apps/users/tas_to_tacc_resources.json | 5 +++++ server/portal/settings/settings.py | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/server/portal/apps/users/tas_to_tacc_resources.json b/server/portal/apps/users/tas_to_tacc_resources.json index 5671063e3..92d2ed6a8 100644 --- a/server/portal/apps/users/tas_to_tacc_resources.json +++ b/server/portal/apps/users/tas_to_tacc_resources.json @@ -1,4 +1,9 @@ { + "Vista": { + "name": "Vista", + "host": "vista.tacc.utexas.edu", + "type": "HPC" + }, "Stampede3": { "name": "Stampede3", "host": "stampede3.tacc.utexas.edu", diff --git a/server/portal/settings/settings.py b/server/portal/settings/settings.py index b84072bd9..d5ad0d855 100644 --- a/server/portal/settings/settings.py +++ b/server/portal/settings/settings.py @@ -512,6 +512,11 @@ 'scratch_dir': '/scratch/{}', 'home_dir': '/home1/{}' }, + 'vista': { + 'work_dir': '/work/{}', + 'scratch_dir': '/scratch/{}', + 'home_dir': '/home1/{}' + }, } """