SageMath
SageMath is a free open-source mathematics software system. More information can be found here
Available containers
Name | sha256 | mpi | labels | descripion |
---|---|---|---|---|
Singularity.SageMath-9.5-foss-2021b.sif | ebc6dbaa2a919dabb525c745f52a5fc6401f23ac016877359e38c6f2fdc30f35 | none | none | benchmark |
Running the container
Example invocation of SageMath benchmark
cd $TMPDIR
export SAGE_NUM_THREADS=$SLURM_NTASKS
echo -e 'import sage.matrix.benchmark as b\nb.MatrixVector_QQ(2e4)' | $PLCR/images/$CONT sage
RC=$?
echo "Test completed, rc=$RC, "