Mathematica ----------- **Introduction** Mathematica is a computational software program used in many scientific, engineering, mathematical and computing fields. Mathematica is installed on the ARC clusters and is covered by the Oxford University Concurrent license. The purpose of this example-based tutorial is to guide the user through a few aspects of running efficient Mathematica jobs on the ARC resources. These aspects are: - using the Mathematica module, - running Mathematica scripts non-interactively from batch jobs **Module Information**:: module spider mathematica ------------------------------------------------------------------------------------ Mathematica: ------------------------------------------------------------------------------------ Versions: Mathematica/11.3.0 Mathematica/12.2.0 Mathematica/13.0.0 **Mathematica Batch Submission** The following is an example submission script which runs a Mathematica input file named ``test.m``:: #!/bin/bash #SBATCH --nodes=1 #SBATCH --time=01:00:00 #SBATCH --job-name=MathTest #SBATCH --partition=short module purge module load Mathematica/13.0.0 math -noprompt -run '<