... Take latest Pacman and install it : Create somewhere directory software/ and simply untar Pacman there : cd software wget http://physics.bu.edu/pacman/sample_cache/tarballs/pacman-latest.tar.gz tar xzf pacman-latest.tar.gz # It will be created, for example, directory pacman-3.21/ rm -f pacman-latest.tar.gz ln -s pacman-* pacman cd pacman source setup.csh # or setup.sh cd .. ... For instance, if you do pacman -allow tar-overwrite this setting remains as a default until you change it. ...
... Modified two-step Levenberg-Marquardt methods in the hydraulic conductivity identification problem" . Elesun A.V., Kadyrova A.Sh. ... The methods are used to numerically solve a model problem of hydraulic conductivity identification for a three-dimensional anisotropic confined aquifer. The efficiency of the modified two-step Levenberg-Marquardt methods is shown for the problems with and without errors in pressure measurements. ... PDF (in Russian) (228KB) . PDF. zip (in Russian) (195KB) . ...
... Blocking receive . Up: Blocking Send and Receive Operations Next: Return status Previous: Message envelope . ... MPI_RECV (buf, count, datatype, source, tag, comm, status) . ... A message can be received by a receive operation if its envelope matches the source, tag and comm values specified by the receive operation. The receiver may specify a wildcard MPI_ANY_SOURCE value for source, and/or a wildcard MPI_ANY_TAG value for tag, indicating that any source and/or tag are acceptable. ...