Google

content="text/html; charset=iso-8859-1">

VECFEM3 Reference Manual: comend

Type: FORTRAN routine


NAME

comend - end the parallel computer for a VECFEM calculation


SYNOPSIS

CALL COMEND(
NPROC,INFO)
INTEGER
NPROC,INFO

PURPOSE

VECFEM uses its own communication routines, which call the actual communication routines of the used parallel computer, see combgn. comend ends the parallel computer. It should always be called at the end of the calculation to ensure a controlled end of the calculation.


ARGUMENTS

NPROC integer, scalar, input, global
Number of processes.
INFO integer, scalar, output, global
Return code. INFO<>0 indicates an error.

EXAMPLE

See vemexamples.


REFERENCES

[P_MPI]


SEE

combgn, VECFEM, vemexamples.


COPYRIGHTS

Program by H. Haefner, L. Grosz, 1994. Copyrights by Universitaet Karlsruhe 1989-1996. Copyrights by Lutz Grosz 1996. All rights reserved. More details see VECFEM.


By L. Grosz, Auckland, 4. June, 2000.