OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Configure.h
Go to the documentation of this file.
1 #ifndef OPAL_Configure_HH
2 #define OPAL_Configure_HH
3 
4 // ------------------------------------------------------------------------
5 // $RCSfile: Configure.h,v $
6 // ------------------------------------------------------------------------
7 // $Revision: 1.1.1.1 $
8 // ------------------------------------------------------------------------
9 // Copyright: see Copyright.readme
10 // ------------------------------------------------------------------------
11 //
12 // Namespace: Configure
13 //
14 // ------------------------------------------------------------------------
15 //
16 // $Date: 2000/03/27 09:33:38 $
17 // $Author: Andreas Adelmann $
18 //
19 // ------------------------------------------------------------------------
20 
21 
22 // Namespace Configure
23 // ------------------------------------------------------------------------
25 // This class must be modified to configure the commands to be contained
26 // in an executable OPAL-9 program. For each command an exemplar object
27 // is constructed and linked to the main directory. This exemplar is then
28 // available to the OPAL parser for cloning.
29 // This class could be part of the class OpalData. It is separated from
30 // that class and opale into a special module in order to reduce
31 // dependencies between modules.
32 
33 namespace Configure {
34 
36  extern void configure();
37 };
38 
39 #endif // OPAL_Configure_HH
void configure()
Configure all commands.
Definition: Configure.cpp:303