Skip to content

Commit

Permalink
task/wp-833: resource json update to include vista (#1042)
Browse files Browse the repository at this point in the history
* resource json update

* update settings
  • Loading branch information
chandra-tacc authored Jan 23, 2025
1 parent 3e1ec13 commit 19a8872
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/portal/apps/users/tas_to_tacc_resources.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"Vista": {
"name": "Vista",
"host": "vista.tacc.utexas.edu",
"type": "HPC"
},
"Stampede3": {
"name": "Stampede3",
"host": "stampede3.tacc.utexas.edu",
Expand Down
5 changes: 5 additions & 0 deletions server/portal/settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,11 @@
'scratch_dir': '/scratch/{}',
'home_dir': '/home1/{}'
},
'vista': {
'work_dir': '/work/{}',
'scratch_dir': '/scratch/{}',
'home_dir': '/home1/{}'
},
}

"""
Expand Down

0 comments on commit 19a8872

Please sign in to comment.