User Tools

Site Tools


howto:magma

This is an old revision of the document!


How To Run Magma on the Cluster

Magma is accessed by first loading the module

module load chpc/math/magma/2.26

and then simply executing the command

magma

However, Magma is licensed software and only licensed to run on the large memory nodes (usually called the “fat nodes).

You will thus need to request a fat node using qsub for an interactive session of by submitting a job script.

Interactive Session

To request a login shell on a fat node use

qsub -I -P PROJECTID -q bigmem -l ncpus=4 -W group_list=bigmemq

where you must replace PROJECTID by your project name.

If you receive the error message:

qsub: Bad GID for job execution

then you do not currently have access to the bigmem queue and must ask your PI to request that access through our Helpdesk.

/app/dokuwiki/data/attic/howto/magma.1646917835.txt.gz · Last modified: 2022/03/10 15:10 by wikiadmin