/usr/share/gridengine/templates/gridengine.default is in gridengine-common 8.1.9+dfsg-7build1.
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 | # Sun Grid Engine configuration
# Boolean options in this file must be set to yes or no
# Start the queue master daemon? (if installed)
SGE_START_MASTERD=yes
# Start the execution daemon? (if installed)
SGE_START_EXECD=yes
# SGE_ROOT will default to /var/lib/gridengine
SGE_ROOT=/var/lib/gridengine
# SGE_CELL will default to default
SGE_CELL=default
# SGE host architecture string
SGE_ARCH=`"$SGE_ROOT/util/arch"`
|