IsLocal - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Grid

  

IsLocal

  

check if Grid is running in local mode

 

Calling Sequence

Description

Examples

Compatibility

Calling Sequence

IsLocal()

Description

• 

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.

Examples

withGrid:

IsLocal

true

(1)

Setuphpc,host=gridhost,port=2000,numnodes=4:

IsLocal

false

(2)

Compatibility

• 

The Grid[IsLocal] command was introduced in Maple 2025.

• 

For more information on Maple 2025 changes, see Updates in Maple 2025.

See Also

Grid

Grid:-Launch

Grid:-Setup

 


Download Help Document