Dostupné verzie
Mathematica 10.4
Mathematica 11.1
X servery pre windows
Mathematica cesta : /apps/Mathematica/Wolfram/Mathematica/11.1/Executables
spustenie Mathematica
$ module load Mathematica $ Mathematica &
$ module load Mathematica $ math $ math -script< myscript.m
#!/bin/sh #PBS -N UNIZA_JOB #PBS -l nodes=1:ppn=1,pmem=100mb,walltime=00:10:00 #PBS -A UNIZA_PROJ #PBS -q serial #PBS -e Simple.err #PBS -o Simple.result #PBS -m ae #PBS -M user@uniza.sk cd /mydir module load Mathematica math < myscript.m