Grid
IsLocal
check if Grid is running in local mode
Calling Sequence
Description
Examples
Compatibility
IsLocal()
The IsLocal command returns true if Grid is currently setup to run in local mode. Otherwise it returns false.
See the Setup page more more details on Grid modes.
withGrid:
IsLocal
true
Setuphpc,host=gridhost,port=2000,numnodes=4:
false
The Grid[IsLocal] command was introduced in Maple 2025.
For more information on Maple 2025 changes, see Updates in Maple 2025.
See Also
Grid:-Launch
Grid:-Setup
Download Help Document