Returns the current setting for properties of the available resources in resource manager for the specified solver.
Syntax |
Description |
---|---|
out=getresource("solver", resource_num, "property"); |
Returns the current setting for properties of the available resources in resource manager for the specified solver. The "solver" argument is used to select the solver from which the resource is being selected. The "solver" argument is not supported by INTERCONNECT. resource_num is the number of the desired resource (row number in resource manager) and is optional. If not specified, the command will return the number of resources currently available for the specified solver. "property" is the desired property of the resource and is optional. If not specified, the command will return a list of all properties available for the resource. |
Example
This example will return the number of processes currently set for the second resource of the DGTD solver in Finite Element IDE
out=getresource("DGTD",2,"processes");
See Also