Input
You can use any text editor to make the appropriate input files for Maple.
How to Run Maple in Batch
How to Run Maple from the UCLA Grid Portal
See How to Run an Application from the UCLA Grid Portal
How to Run Maple from the Cluster Login Node using the Queue Scripts
The easiest way to run Maple in batch from the login node is to use the queue scripts. See Running a Batch Job for a discussion of the queue scripts and how they are used.
The following queue scripts are available for Maple:
- maple.q
- Runs in serial.
How to Run Maple from the Cluster Login Node Using UGE Commands
See Running a Batch Job for guidelines to follow to create the required UGE command file. Alternatively, you could create an UGE command file with one of the queue scripts listed above. After saving the command file, you can modify it if necessary. See Commonly-Used UGE Commands for a list of the most commonly used UGE commands.
How to Run Maple Interactively
How to Run Maple Interactively from the UCLA Grid Portal
See How to Run an Application from the UCLA Grid Portal
How to Run Maple Interactively from the Cluster Login Node
To run Maple interactively with its GUI interface you must first connect to the cluster login node with X11 forwarding enabled. Then use qrsh to obtain an interactive compute node. Then enter:
module load maple
Then enter:
maple [maple-command-line-parameters]
or,
xmaple [xmaple-command-line-parameters]
or,
mint [mint-command-line-parameters]
Note: Classic worksheet (-cw) is not available. Default is interface(prettyprint=true);