Skip to content
Snippets Groups Projects
Commit ff1903fa authored by Paul Gierz's avatar Paul Gierz
Browse files

adds sbatch without -W flag

parent 6f1f2f7c
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ if __name__ == "__main__":
# TODO: C reads count from the file just written...
print(40*"- ")
print("* Triangle Part:")
os.system("sbatch -W run_triangle.sh")
os.system("./run_triangle.sh")
print("Finished!")
print("You should now inspect your mesh!")
print(80*"=")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment