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 d7b17e1 commit bc8413bCopy full SHA for bc8413b
experiments/Synth/scripts/synth_biodivine.jl
@@ -2,10 +2,10 @@
2
#
3
#SBATCH --job-name="Synth"
4
#SBATCH --partition=compute
5
-#SBATCH --time=00:30:00
6
-#SBATCH --ntasks 16
+#SBATCH --time=02:00:00
+#SBATCH --ntasks 256
7
#SBATCH --cpus-per-task=1
8
-#SBATCH --mem-per-cpu=2G
+#SBATCH --mem-per-cpu=8G
9
#SBATCH --account=research-eemcs-st
10
11
using Distributed
0 commit comments