You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

job_test.sl 185 B

123456789101112
  1. #!/bin/bash
  2. #
  3. #SBATCH --job-name=test
  4. #SBATCH --output=res.txt
  5. #SBATCH --partition=long
  6. #
  7. #SBATCH --ntasks=1
  8. #SBATCH --time=10:00
  9. #SBATCH --mem-per-cpu=100
  10. srun hostname
  11. srun sleep 60

A Python package for graph kernels, graph edit distances and graph pre-image problem.