File: clusterDescriptT.lua

package info (click to toggle)
lmod 8.7.60-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 63,008 kB
  • sloc: sh: 6,266; makefile: 2,837; ansic: 1,513; tcl: 1,382; python: 1,050; csh: 112
file content (13 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
clusterDescriptT = {
   ping_options = "-c 1 -w 1",
   hostType = {
      login         = {'staff', 'login1', 'login2', 'login3', 'login4', 'login5',},
      bigmem        = {'c400-116',},
      compute_devel = {'c557-901',},
      compute       = {'c486-101'},
      vis           = {'c443-901'},
   }
}