Next: Some rules to improve
Up: Customizing and improving the
Previous: Customizing and improving the
Contents
Source code
The source code produced by ALIAS-Maple may be customized to
improve the efficiency. The name of the programs that are produced by
the ALIAS Maple library follows some simple rules:
- _G*.C: name of the main program for the non-parallel
implementation. The characters following G vary according to the
procedure
- _F*.c: name of the program providing the equation
evaluation
- _J*.c: name of the program providing the estimation of
the gradient of the equation
- _H*.c: name of the program providing the estimation of
the Hessian of the equation
- _makefile*: name of the make program
- _Sol_, _Func_: result of the computation
- _MASTER*.C: master main program for parallel
implementation
- _SLAVE*.C: slave main program for the parallel
implementation
- _sys_,_temp_,_Func_ : auxiliary files, may be removed at will
Jean-Pierre Merlet
2012-12-20