upload exercises
This commit is contained in:
parent
32ad3f2662
commit
d17339a560
75 changed files with 773 additions and 0 deletions
9
exercises/exerciseC/run_with_all_configurations.sh
Executable file
9
exercises/exerciseC/run_with_all_configurations.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
# This is bash
|
||||
# It runs the python script multiple times with different arguments
|
||||
for i in {1..5} # Number of processes
|
||||
do
|
||||
for j in {1..5} # Number of threads
|
||||
do
|
||||
python process_images.py $i $j images/*
|
||||
done
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue