Initializing help system before first use

generateUFparallel

generateUFparallel


Purpose
Generates a parallel version of a Mosel user function that is implemented as a Mosel package.
Synopsis
procedure generateUFparallel(bimname:string, fctname:string)
Arguments
bimname 
Path to the compiled Mosel package implementing the user function.
fctname 
The public user function inside the package.
Further information
Please refer to the Xpress NonLinear Reference Manual for more details about this functionality.
Module