User Tools

Site Tools


Action disabled: source
hpc:sw:mathematica:howto1

Mathematica 11.1

Dostupné verzie

Mathematica 10.4
Mathematica 11.1

X Server

X servery pre windows

MobaXterm

Pripojenie na grid MobaXterm

spustenie Mathematica v GUI

Mathematica cesta : /apps/Mathematica/Wolfram/Mathematica/11.1/Executables

spustenie Mathematica

$ module load Mathematica
$ Mathematica &

spustenie Mathematica v príkazovom riadku

$ module load Mathematica

$ math

$ math -script< myscript.m

spustenie Mathematica na gride

#!/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
hpc/sw/mathematica/howto1.txt · Last modified: 2017/03/29 15:20 by lk