Maple software contains a suite of mathematical functions that can perform both numerical and symbolic manipulations. At CTC it can only be run on a compute machine in the batch system or in the collaboratory.
General Notes for Running Maple at CTC
- Maple on the batch machines must be run in command line mode. The user must create a Maple script file which lists the commands that need to be carried out.
- Before running Maple, users must execute the setup file by issuing the command
call setup_maple.bat
This sets the appropriate path, registry settings, and other environment variables.
Sample Batch Command File
- Here is a sample batch file that you can copy and modify. You may also view an in-depth explanation of the sample batch file.
- In addition to modifying the CCS keywords in the sample batch file, users will need to set some variables.
Variable List:
|
Variable |
Description |
Example: |
|
ROOTDIR |
the H: directory where the Maple script file and any necessary input data files exist. |
set ROOTDIR=H:\users\%USERNAME%\maple |
|
OUTDIR |
the H: directory where the Maple output will be written. |
set OUTDIR=%ROOTDIR%\output |
Online Documentation
Online help for Maple is available on CTC login nodes (use terminal server to connect). The name of the Maple help file is:
help_maple
Users can invoke the help in one of two ways:
- Browse to the folder H:\CTC Tools\SoftwareDocs\Maple\version-10 and double click on the help filename.
- From a command prompt (H:\CTC Tools must be in your path), enter the help filename as a command.
Maple Home Page
www.maplesoft.com |