Application: Wolfram Mathematica
The University of Oulu provides the Wolfram Mathematica application for staff use.
Workstations
Wolfram Mathematica is available through the Company Portal. Due to license count restrictions, installation rights must be requested separately from the ICT services at ict@oulu.fi.
Lehmus Computing Cluster
Wolfram Mathematica is available in the Lehmus computing environment, and its use there is not restricted. The application can be loaded and launched using the following commands:
$ module load mathematica
$ wolframnb
Please note: The launch command has changed in version 14.3. In previous versions, the command is:
$ mathematica
Application-Specific Instructions:
Mathematica segfault when drawing 3d graphics
Currently Mathematica has a problem with 3D graphics that will lead segfault. You can fix the error by starting the mathematica with -clean flag.
Error message:
/sw/rhel8/wolfram/14.3/bin/wolframnb: line 138: 3641343 Segmentation fault (core dumped) "${MathematicaFE}" ${MESA_FLAG} -topDirectory "${TopDirectory}" "$@"
Solution:
Start Mathematica, later on WolframNB with -clean flag:
On Lehmus cluster load newest Mathematica and run woflramnb -clean:
module load mathematica/14.3
wolframnb -clean