The Modules software package can dynamically switch and set the environment settings required to use the application by executing the module command. And you can change the environment settings easily when you switch to the different version of the application. Please refer to Modules for details.
You can check a list of available module files with the module avail command.
Version | Module File Name | SystemA | System B/C/G | Cloud System |
---|---|---|---|---|
Maple 2024.0 (default) | maple/2024.0 | - | KU | - |
Maple 2023.0 | maple/2023.0 | - | KU | - |
Maple 2022.0 | maple/2022.0 | - | KU | - |
KU : Available for Kyoto University members only
- : Not available
Maple is a formula manipulation software product equipped with various mathematical commands and graphics functions.
Execute the module command to set up the environment. (Load the version of the module file you want to use).
$ module load maple
You can start maple by executing the following command in an environment where a GUI with the X Window System is available. Please refer to Interactive Processing for details on thetssrun command.
$ tssrun --x11 xmaple
You can operate interactively in the worksheet screen shown in the center of the operation screen. The operation screen containsMenu Bar, Toolbar, and Context Bar other than theworksheet. To exit maple, select the File menu in the menu bar, then click Exit.
You can start maple by executing the following command. Please refer to Interactive Processing for details on thetssrun command.
$ tssrun maple
You can exit maple by executing the following command.
$ quit
None