source: proiecte/hpl/openmpi_compiled/share/vampirtrace/GROUPS.SPEC @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 467 bytes
Line 
1# VampirTrace region groups specification
2#
3# group definitions and region assignments
4#
5# syntax: <group>=<regions>
6#
7#   group      group name
8#   regions    semicolon-seperated list of regions
9#              (can be wildcards)
10#
11# example:
12#
13# CALC=add;sub;mul;div
14# USER=app_*
15#
16# These group assignments make the functions "add", "sub", "mul" and "div"
17# associated with group "CALC" and all functions with the prefix "app_" are
18# associated with group "USER".
Note: See TracBrowser for help on using the repository browser.