next up previous contents index
Next: Subroutine setup_parallel_groups Up: Module IP_module Previous: Interface Calc   Contents   Index

Interface setup_parallel


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call setup_parallel(this,at[,energy,local_e, &
f,virial,args_str])\end{verbatim}
\end{boxedminipage}

set up optimal parameters for parallel computation for a given system

this -- type(IP_type), intent(inout)

at -- type(Atoms), intent(inout)

energy -- real(dp), intent(out), optional

energy = System total energy, local_e = energy of each atom, vector dimensioned as at%N.

local_e -- real(dp), intent(out), optional, dimension(:)

energy = System total energy, local_e = energy of each atom, vector dimensioned as at%N.

f -- real(dp), intent(out), optional, dimension(:,:)

virial -- real(dp), intent(out), optional, dimension(3,3)

args_str -- character(len=STRING_LENGTH), intent(in), optional

setup_parallel_groups subroutine

gabor 2009-06-30