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

removes sbatch

parent 432f797e
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("chmod u+x ./run_triangle.sh; ./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