We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4910bc commit 856bd48Copy full SHA for 856bd48
experiments/SynthBN/scripts/get_benchmark.sh
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+#
3
+#SBATCH --job-name="Get Biodivine Benchmark"
4
+#SBATCH --partition=compute
5
+#SBATCH --time=02:00:00
6
+#SBATCH --cpus-per-task=1
7
+#SBATCH --mem-per-cpu=8G
8
+#SBATCH --account=innovation
9
+
10
+srun julia --project=. scripts/get_biodivine_benchmark.jl
0 commit comments