Version 3 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE !OpenMPApplyOnLevel(INTEGER L, FUNCTION f, FuncParam fparam)
Click here to view v177 source.
Applies function f
to every node on level L
. This is handled using the OpenMP library, so that applications of f
to individual nodes can be handled by separate threads.
This subroutine is a member of the ApplyOn_() family of procedures.
INCLUDES:
None.
USES:
- nodeinfodef.f90 supplies the NodeInfo data structure and some functions that operate on it.
Note:
See TracWiki
for help on using the wiki.