ucsf-wynton / wynton-website-hpc

The Official Wynton HPC User Website
https://wynton.ucsf.edu/hpc/
2 stars 14 forks source link

host_table.tsv is outdated #154

Open HenrikBengtsson opened 1 month ago

HenrikBengtsson commented 1 month ago

The https://wynton.ucsf.edu/hpc/assets/data/host_table.tsv file is outdated;

$ curl --silent https://wynton.ucsf.edu/hpc/assets/data/host_table.tsv | head -n 10
# Created by: Henrik Bengtsson
# Created on: 2020-05-24 23:25:42 PDT
# Number of hosts: 340
# Number of cores: 7248
Node    Physical Cores  RAM Local `/scratch`    Local `/tmp`    CPU
cc-hmid1    20  256 GiB 0.4 TiB 4.0 GiB Intel Xeon E5-2680 v2 2.80GHz
cc-id1  20  256 GiB 0.4 TiB 4.0 GiB Intel Xeon E5-2680 v2 2.80GHz
cc-id2  20  256 GiB 0.4 TiB 4.0 GiB Intel Xeon E5-2680 v2 2.80GHz
cc-id3  24  256 GiB 0.3 TiB 4.0 GiB Intel Xeon E5-2690 v3 2.60GHz
cc-idgpu1   24  256 GiB 0.3 TiB 4.0 GiB Intel Xeon E5-2690 v3 2.60GHz

This needs to be updated, but in order to do that, I need a way to query all that information without admin rights.