.. _Mathematica:
Mathematica
===========
De acordo com a `página do Mathematica `_,
"*For three decades, Mathematica has defined the state of the art in technical
computing - and provided the principal computation environment for millions of
innovators, educators, students, and others around the world*".
Versões Disponíveis
-------------------
* mathematica/9.0
* mathematica/10.4 (default)
Submissão de Jobs Seriais
-------------------------
Crie um arquivo chamado, por exemplo, *submit_serial_jobs.sh*.
.. code-block:: bash
#!/bin/bash
#SBATCH -t 5:00
module load mathematica
goo-job-nanny math < mathematica-serial.m
Para submeter o processo, basta usar o comando:
.. code-block:: bash
sbatch submit_serial_jobs.sh
Referências
-----------
Para informações adicionais sobre o software, consulte a `documentação do Mathematica `_.