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.
2 parents e58437b + cf249d3 commit f0761f0Copy full SHA for f0761f0
.github/workflows/frontier/submit.sh
@@ -22,7 +22,6 @@ sbatch <<EOT
22
#SBATCH -N 1 # Number of nodes required
23
#SBATCH -n 8 # Number of cores required
24
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
25
-#SBATCH -q debug # QOS Name
26
#SBATCH -o$job_slug.out # Combined output and error messages file
27
#SBATCH -W # Do not exit until the submitted job terminates.
28
mfc.sh
@@ -47,6 +47,10 @@ mkdir -p "$(pwd)/build"
47
. "$(pwd)/toolchain/bootstrap/cmake.sh"
48
. "$(pwd)/toolchain/bootstrap/python.sh"
49
50
+if [ "$1" '==' 'init' ]; then
51
+ exit 0
52
+fi
53
+
54
echo
55
56
# Run the main.py bootstrap script
0 commit comments