Skip to content

Commit f0761f0

Browse files
authored
Merge branch 'MFlowCode:master' into master
2 parents e58437b + cf249d3 commit f0761f0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/frontier/submit.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ sbatch <<EOT
2222
#SBATCH -N 1 # Number of nodes required
2323
#SBATCH -n 8 # Number of cores required
2424
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
25-
#SBATCH -q debug # QOS Name
2625
#SBATCH -o$job_slug.out # Combined output and error messages file
2726
#SBATCH -W # Do not exit until the submitted job terminates.
2827

mfc.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ mkdir -p "$(pwd)/build"
4747
. "$(pwd)/toolchain/bootstrap/cmake.sh"
4848
. "$(pwd)/toolchain/bootstrap/python.sh"
4949

50+
if [ "$1" '==' 'init' ]; then
51+
exit 0
52+
fi
53+
5054
echo
5155

5256
# Run the main.py bootstrap script

0 commit comments

Comments
 (0)