BMF

(BMF_splitend)



SUBROUTINE bmf_splitend

ARGUMENTS

    

DESCRIPTION

Subroutine which ends bmf_split mode. This mode is used in order to split and write data for later use in a parallel context. Files opened by bmf_splitinit will be closed.



EXAMPLE

   call bmf_splitinit(2,2,'../../','aa',20010614,9,10,11, 1,-1,' ')
   call bmf_splitwrite(...)
   call bmf_splitend



SEE ALSO

   BMF_* , PROG_FILENAME


  Author: Luc Corbeil, September 4 2001


Return to RPN Librairies home page