This file is indexed.

/usr/share/lmod/6.6/settarg/settarg_rc.lua is in lmod 6.6-0.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
-- -*- lua -*-

BuildScenarioTbl = {
   default                = "empty",
}

HostnameTbl = { 2 }

TitleTbl = {
   mic                    = "MIC",
   dbg                    = 'D',
   mdbg                   = 'M',
   opt                    = 'O',
   gopt                   = 'G',
   impi                   = "IM",
   mvapich2               = 'M',
   openmpi                = "O",
   mpich                  = "M",
   mpich2                 = "M2",
   intel                  = "I",
   gcc                    = "G",
   clang                  = "C",
   tau                    = 'Tau',
}

ModuleTbl = {
   build_scenario     = { "mdbg", "dbg", "opt", "gopt", "empty"},
   mpi                = { "mpich", "mpich2", "openmpi", "mvapich2", "impi"},
   compiler           = { "intel", "pgi", "gcc", "sun",'clang'},
   blas               = { "gotoblas", "mkl",},
   solver             = { "petsc","trilinos"},
   pointer_validation = { "mudflap", "mudflapth","dmalloc"},
   valgrind           = { "memgrind","cachegrind"},
   profiling          = { "mpiP", "tau"},
   file_io            = { "hdf5", "phdf5" },
}

TargetList = { "mach", "build_scenario", "compiler", "mpi"}

SettargDirTemplate = { "$SETTARG_TAG1", "/", "$SETTARG_TAG2", "$TARG_SUMMARY" }

NoFamilyList = {"mach", "build_scenario",}

TargPathLoc = "first"