74 |
\begin{itemize} |
\begin{itemize} |
75 |
|
|
76 |
\item[\programopt{-n} \var{nn}] the number of compute nodes \var{nn} to be used. The total number of process being used is |
\item[\programopt{-n} \var{nn}] the number of compute nodes \var{nn} to be used. The total number of process being used is |
77 |
$\var{nn} \cdot \var{ns}$. This option overwrites the value of the \env{ESCRIPT_NUM_NODES} environment variable. If $\var{nn}>1$ but {\it escript} is not compiled for \MPI a warning is printed but execution is continued with $\var{nn}=1$. The default value is 1. |
$\var{nn} \cdot \var{ns}$. This option overwrites the value of the \env{ESCRIPT_NUM_NODES} environment variable. If $\var{nn}>1$ but {\it escript} is not compiled for \MPI a warning is printed but execution is continued with $\var{nn}=1$. If \programopt{-n} is not set the |
78 |
|
number of hosts in the host file is used. The default value is 1. |
79 |
|
|
80 |
\item[\programopt{-p} \var{np}] the number of MPI processes per node. The total number of processes to be used is |
\item[\programopt{-p} \var{np}] the number of MPI processes per node. The total number of processes to be used is |
81 |
$\var{nn} \cdot \var{np}$. This option overwrites the value of the \env{ESCRIPT_NUM_PROC} environment variable. If $\var{np}>1$ but {\it escript} is not compiled for \MPI a warning is printed but execution is continued with $\var{np}=1$. The default value is 1. |
$\var{nn} \cdot \var{np}$. This option overwrites the value of the \env{ESCRIPT_NUM_PROC} environment variable. If $\var{np}>1$ but {\it escript} is not compiled for \MPI a warning is printed but execution is continued with $\var{np}=1$. The default value is 1. |
84 |
The option overwrites the value of the \env{ESCRIPT_NUM_THREADS} environment variable. |
The option overwrites the value of the \env{ESCRIPT_NUM_THREADS} environment variable. |
85 |
If $\var{nt}>1$ but {\it escript} is not compiled for \OPENMP a warning is printed but execution is continued with $\var{nt}=1$. The default value is 1. |
If $\var{nt}>1$ but {\it escript} is not compiled for \OPENMP a warning is printed but execution is continued with $\var{nt}=1$. The default value is 1. |
86 |
|
|
87 |
\item[\programopt{-f} \var{hostfile}] the name of a file with a list of host names. Some systems require to specify the addresses or names of the compute nodes where \MPI process should be spawned. The list of addresses or names of the compute nodes is listed in the file with the name \var{hostfile}. In order to avoid oversubsription the number of differnt |
\item[\programopt{-f} \var{hostfile}] the name of a file with a list of host names. Some systems require to specify the addresses or names of the compute nodes where \MPI process should be spawned. The list of addresses or names of the compute nodes is listed in the file with the name \var{hostfile}. If \programopt{-n} is set the |
88 |
hosts defined in \var{hostfile} must be greater or equal to the number of requsted compute nodes \var{nn}. The option overwrites the value of the \env{ESCRIPT_HOSTFILE} environment variable. By default value no host file is used. |
the number of different |
89 |
|
hosts defined in \var{hostfile} must be equal to the number of requsted compute nodes \var{nn}. The option overwrites the value of the \env{ESCRIPT_HOSTFILE} environment variable. By default value no host file is used. |
90 |
\item[\programopt{-c}] prints the information about the settings used to compile {\it escript} and stops execution.. |
\item[\programopt{-c}] prints the information about the settings used to compile {\it escript} and stops execution.. |
91 |
\item[\programopt{-V}] prints the version of {\it escript} and stops execution. |
\item[\programopt{-V}] prints the version of {\it escript} and stops execution. |
92 |
\item[\programopt{-h}] prints a help message and stops execution. |
\item[\programopt{-h}] prints a help message and stops execution. |