| 1 | initial version |
Your bash script should say e.g. sage HPC2.sage instead of trying to use two lines like that. Whoever offers access to this supercomputer probably has a website with (a link to) relevant documentation about the gres specification. In any case, be sure to read the documentation of the correct version.
| 2 | No.2 Revision |
Your bash script should say e.g. sage HPC2.sage instead of trying to use two lines like that. Whoever offers access to this supercomputer probably has a website with (a link to) relevant documentation about the gres specification. In any case, be sure to read the documentation of the correct version.version. Also, why do you want GPU's? It seems unlikely that a SageMath computation would use them.
| 3 | No.3 Revision |
Your bash script should say e.g. sage HPC2.sage instead of trying to use two lines like that. Whoever offers access to this supercomputer probably has a website with (a link to) relevant documentation about the gres specification. In any case, be sure to read the documentation of the correct version. Also, You can also try sbatch --gres=help. Anyway, why do you want GPU's? It seems unlikely that a SageMath computation would use them.them. Maybe try omitting the line with --gres entirely.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.