This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
howto:magma [2022/03/25 13:36] wikiadmin |
howto:magma [2024/06/21 15:59] (current) wikiadmin |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| To request a login shell on a fat node use | To request a login shell on a fat node use | ||
| - | qsub -I -P PROJECTID -q bigmem -W group_list=bigmemq | + | qsub -I -P PROJECTID -q bigmem -W group_list=bigmemq |
| | | ||
| where you must replace '' | where you must replace '' | ||
| Line 43: | Line 43: | ||
| magma | magma | ||
| - | After you have finished running Magma and exited back to the command shell (the '' | + | After you have finished running Magma and exited back to the command shell (the '' |
| ====Example interactive session: | ====Example interactive session: | ||
| Line 74: | Line 74: | ||
| #!/bin/bash | #!/bin/bash | ||
| #PBS -N magma-example | #PBS -N magma-example | ||
| - | #PBS -l select=1: | + | #PBS -l select=1: |
| #PBS -l walltime=1: | #PBS -l walltime=1: | ||
| #PBS -P PROJECTID | #PBS -P PROJECTID | ||