next up previous contents Back to SYMPHONY Home Page
Next: Debugging Your Application Up: Introduction Previous: Configuring the Modules

   
Executable Names

In order to keep track of the various possible configurations, executable and their corresponding libraries are named as follows. For the fully distributed version, the names are master, tm, lp, cg, and cp. For other configurations, the executable name is a combination of all the modules that were compiled together joined by underscores. In other words, if the LP and the cut generator modules were compiled together (i.e. COMPILE_IN_CG set to TRUE), then the executable name would be ``lp_cg'' and the corresponding library file would be called ``liblp_cg.a.'' You can rename the executables as you like. However, if you are using PVM to spawn the modules, as in the fully distributed version, you must set the parameters *_exe in the parameter file to the new executable names. See Section 3.4 for information on setting parameters in the parameter file.



Ted Ralphs
2000-09-08