1 03/06/84  fortran_abs, fa
 2 
 3 
 4 Syntax:  fa paths {-ft_args} {-dp_args} {-control_args}
 5 
 6 
 7 Function: submits an absentee request to perform FORTRAN compilations.
 8 
 9 
10 Arguments:
11 paths
12    are the pathnames of segments to be compiled.
13 ft_args
14    are control arguments accepted by the fortran command.
15 dp_args
16    are control arguments (except -delete) accepted by the dprint
17    command.
18 
19 
20 Control arguments:
21 -queue N, -q N
22    is the priority queue of the request.  The default queue is defined
23    by the system administrator.  See "Notes" for -queue interaction
24    with the dprinting of listing files.
25 -hold
26    does not dprint or delete any listing files.
27 -output_file path, -of path
28    puts absentee output in segment path.
29 -limit N, -li N
30    specifies time limit in seconds for the absentee job.
31 
32 
33 Notes: Control arguments and paths can be mixed freely and can appear
34 anywhere on the command line after the command.
35 
36 Unpredictable results may occur if two absentee requests are submitted
37 that simultaneously attempt to compile the same segment or write into
38 the same absout segment.
39 
40 If -queue is not supplied, the request is submitted into the default
41 absentee priority queue defined by the site and, if requested, the
42 listing files are dprinted in the default queue of the request type
43 specified on the command line.  (If no request type is given, the
44 "printer" request type is used.)
45 
46 If -queue is given, the output files are dprinted in the same queue as
47 is used for the absentee request.  If the request type specified for
48 dprinting does not have that queue, the highest numbered queue
49 available for the request type is used and a warning is issued.