Sie befinden sich im Service: RWTH High Performance Computing (Linux)

Maple

Maple

Das Bild zeigt eine stilisierte Glühbirne, die in einem hellen Blauton dargestellt ist. Um die Glühbirne herum sind mehrere strahlenförmige Linien angedeutet, die das Licht symbolisieren, das von der Glühbirne ausgeht.

Maple is math software that combines the world's most powerful math engine with an interface that makes it extremely easy to analyze, explore, visualize, and solve mathematical problems.

Maplesoft

Das Bild zeigt ein Symbol, das einen hellblauen Umriss eines Dokuments darstellt. Auf dem Dokument befinden sich drei horizontale Linien, die jeweils von einem Häkchen begleitet werden. Diese Häkchen sind ebenfalls hellblau und symbolisieren eine Checkliste.

How to access the software

Depending on the version, you might have to load additional modules until you can load Maple:

module load Maple/2022.0

Available Maple versions can be listed with module spider Maple. Specifying a version will list the needed modules: module spider Maple/2022.0

Example batch scripts

Serial Job

#!/usr/bin/zsh

### Job name
#SBATCH --job-name=MAPLE_SERIAL

### File / path which STDOUT will be written to, %J is the job ID
#SBATCH --output=MAPLE_SERIAL.%J.txt

### Request the time you need for execution. The full format is D-HH:MM:SS
### You must at least specify minutes or days and hours and may add or
### leave out any other parameters
#SBATCH --time=80

### Change to the work directory, if needed
#cd "$HOME/workdirectory"

### Load required modules
module load Maple/2022.0

# start non-interactive batch job
maple -q worksheet

 Zusatzinformation

Tips and tricks

You do not need to increase the stack size (ulimit -s 60000) as this limit is now set to 'unlimited' by default.

zuletzt geändert am 05.05.2025

Wie hat Ihnen dieser Inhalt geholfen?

Creative Commons Lizenzvertrag
Dieses Werk ist lizenziert unter einer Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 3.0 Deutschland Lizenz