First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 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.

click to hide/show revision 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.

click to hide/show revision 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.