apogee-software apogee compilers c & c++ & fortran 77 & fortran 90 User Manual

Page of 223
Appendix E: Installation and License Management
The FLEXlm License Manager
Apogee User’s Manual  Page 205
The options file is a text file that can be edited with any text editor. Comments can be included
in the file by starting the line with a pound sign (#).  Each non-comment line of the file must be
one of the following kinds of lines:
RESERVE
reserve licenses for a user, node, display, or group of users
INCLUDE
include users in the list of who can use a feature
EXCLUDE
exclude users in the list of who can use a feature
GROUP
defines a group of users for use with reservations
TIMEOUT
specify idle timeout for a feature, returning it to the free pool for use
by another user
NOLOG
turn off logging certain items.
RESERVE Line
Reserves licenses for a specific user.
RESERVE
numlic featurename type reservename
where:
numlic
number of licenses to reserve
featurename
name of feature to reserve
type
type of user to reserve for, one of
GROUP
,
USER
,
HOST
,
DISPLAY
reservename
name to reserve for.
For example, to reserve one license of feature
f1
 for user
mel
, use the following line:
RESERVE 1 f1 USER mel
NOLOG Line
Turns off logging of specific events from
lmgrd
.
NOLOG
what
where:
what
what to turn off, one of
IN
,
OUT
,
DENIED
,
QUEUED.
To turn off logging of check ins from
lmgrd
:
NOLOG IN
INCLUDE Line
Includes a user, host, display, or group of users in the list of users allowed to use the feature.
Anyone not in an
INCLUDE
 statement will not be allowed to use that feature.
INCLUDE
featurename type reservename
where: