Skip to content

Maple

Overview

Maple is flexible math engine and interface for solving complex problems. NOTE: Maple requires a license for personal use.

Availability

Cluster Module/Version
BOSE Not Available
BGSC maple/2017

Note: You can simply use module load maple to activate the most recently installed version of this software.

Sample Slurm Script

submit.sh
#!/bin/bash
# -- SLURM SETTINGS -- #
# [..] other settings here [..]

# The following settings are for the overall request to Slurm
#SBATCH --ntasks-per-node=32     # How many CPU cores do you want to request
#SBATCH --nodes=1                # How many nodes do you want to request

# -- SCRIPT COMMANDS -- #

# Load the needed modules
module load maple   # Load Maple
maple -q input-file.mpl

Real Example

Has your research group used Maple in a project? Contact the HPC Team and we'd be glad to feature your work.

Resources