manual.1d.html
来自「最经典的分子对结软件」· HTML 代码 · 共 212 行
HTML
212 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML EXPERIMENTAL 970324//EN"><HTML><HEAD><META NAME="GENERATOR" CONTENT="Adobe FrameMaker 5.5/HTML Export Filter"><LINK REL="STYLESHEET" HREF="Manual.css"><TITLE> Command-line Arguments</TITLE></HEAD><BODY BGCOLOR="#ffffff"><H2 CLASS="Heading-3"><A NAME="pgfId=13996"> </A><A NAME="42263"> </A>Command-line Arguments</H2><P CLASS="Body"><A NAME="pgfId=14070"> </A> </P><TABLE><CAPTION><H3 CLASS="Table"><A NAME="pgfId=18880"> </A>Table 4. grid command-line argument summary</H3></CAPTION><TR><TH ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18886"> </A>flag</P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18888"> </A>optional argument</P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18890"> </A>behavior</P></TH></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Parameter"><A NAME="pgfId=18892"> </A>-i</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18894"> </A>input_file</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18896"> </A>INPUT FILE -- Input parameters extracted from input_file, or grid.in if not specified</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Parameter"><A NAME="pgfId=18898"> </A>-o</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18900"> </A>output_file</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18902"> </A>OUTPUT FILE -- Output written to output_file, or grid.out if not specified</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Parameter"><A NAME="pgfId=18904"> </A>-s</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18906"> </A> </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18908"> </A>STANDARD INPUT -- Input parameters entered interactively</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Parameter"><A NAME="pgfId=18910"> </A>-t</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18912"> </A> </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18914"> </A>TERSE -- Reduced output level</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Parameter"><A NAME="pgfId=18916"> </A>-v</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18918"> </A> </P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="Normal"><A NAME="pgfId=18920"> </A>VERBOSE -- Increased output level</P></TD></TR></TABLE><P CLASS="Body"><A NAME="pgfId=14071"> </A>grid may be executed in either interactive or batch mode, depending on whether output is written to a file. In interactive mode, the user is requested only for parameters relevant to the particular run and default values are provided. This mode is recommended for the initial construction of the input file. In batch mode, input parameters are read in from the input file and all output is written to the output file. This mode is recommended once an input file has been generated interactively.</P><DIV><H3 CLASS="Heading-4"><A NAME="pgfId=14072"> </A>Interactive mode</H3><UL><LI CLASS="Bullet"><A NAME="pgfId=14073"> </A>grid -i grid.in</LI></UL><P CLASS="Body"><A NAME="pgfId=14074"> </A>When launched this way, grid will extract all relevant parameters from grid.in (or any file supplied by the user). If additional parameters are needed (or if the grid.in file is non-existent or empty), grid will request them one at a time from the user. Reasonable default values are presented. Any parameters supplied by the user will be automatically appended to the grid.in file. If the user would like to change any previously entered values, the user can edit in the grid.in file using a text editor.</P><UL><LI CLASS="Bullet"><A NAME="pgfId=14110"> </A>grid -i</LI></UL><P CLASS="Body"><A NAME="pgfId=14111"> </A>grid will behave as above, but will assume the input file to be grid.in.</P><UL><LI CLASS="Bullet"><A NAME="pgfId=14112"> </A>grid -s</LI></UL><P CLASS="Body"><A NAME="pgfId=14078"> </A>grid will run interactively, but will not check any input file for parameters and will not append any entered parameters to a file.</P></DIV><DIV><H3 CLASS="Heading-4"><A NAME="pgfId=14079"> </A>Batch mode</H3><UL><LI CLASS="Bullet"><A NAME="pgfId=14080"> </A>grid -i grid.in -o grid.out</LI></UL><P CLASS="Body"><A NAME="pgfId=14131"> </A>grid will run in batch mode, extracting all relevant parameters from grid.in (or any file supplied by the user) and will write out all output to grid.out (or any file supplied by the user). If any parameters are missing or incorrect, then execution will halt and an appropriate error message will be reported in grid.out.</P><UL><LI CLASS="Bullet"><A NAME="pgfId=14082"> </A>grid -i -o</LI></UL><P CLASS="Body"><A NAME="pgfId=14083"> </A>grid will behave as above, but will assume the i/o files to be grid.in and grid.out.</P></DIV><CENTER><P>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?