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 856bd48 commit 3712e14Copy full SHA for 3712e14
experiments/SynthBN/scripts/sample_trajectories.sh
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+#
3
+#SBATCH --job-name="Sample Trajectories"
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/sample_trajectories_biodivine.jl
0 commit comments