This file is indexed.

/etc/globus/globus-lsf.conf is in globus-gram-job-manager-lsf 2.7-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
# For the mpi jobtype, this LRM implementation supports both the
# MPI 2-specified mpiexec command and the non-standard mpirun command common
# in older mpi systems. If either of these is path to an executable, it will
# be used to start the job processes (with mpiexec preferred over mpirun). Set
# to "no" to not use mpiexec or mpirun
mpiexec=no
mpirun=no

# The LSF_PROFILE configuration should be set to the path to the profile.lsf
# file which defines the shell environment needed to use LSF. This file
# can be used to find the paths to most LSF programs below. 
lsf_profile=/etc/profile.lsf

# The bsub command is used to submit jobs to the lsf resource.
# bsub=/usr/bin/bsub

# The bqueues command is used to determine which queues are available to
# the current user
# bqueues=/usr/bin/bqueues

# The bjobs, bhist, and bacct commands are used to poll jobs for status
# bjobs=/usr/bin/bjobs
# bhist=/usr/bin/bhist
# bacct=/usr/bin/bacct

# The bkill command is used to terminate jobs
# bkill=/usr/bin/bkill

# The log_path is used by the globus-scheduler-event-generator to parse
# paths to lsb_event files.
# log_path=no