Skip to content

Commit

Permalink
testing on gcc (removed clang)
Browse files Browse the repository at this point in the history
  • Loading branch information
asra-naseem authored Sep 22, 2023
1 parent 9e293bd commit b627b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
processes.append(p)
print("In Line 150")

# for p in processes:
# p.start()
for p in processes:
p.start()
print("line 154")
for p in processes:
p.join()
Expand Down

0 comments on commit b627b3c

Please sign in to comment.