Commit 93de92c2 authored by saad.aswad's avatar saad.aswad

fix: remove --oversubscribe flag

parent e4d49f3b
......@@ -2,8 +2,8 @@
set -e
echo "Running Problem 1: Prefix Sum (NP=3)"
mpiexec --oversubscribe -n 3 python3 src/problem1/prefix_sum.py
mpiexec -n 3 python3 src/problem1/prefix_sum.py
echo "-----------------------------------"
echo "Running Problem 2: Manual Reduce Benchmark (NP=3)"
mpiexec --oversubscribe -n 3 python3 src/problem2/benchmark.py
mpiexec -n 3 python3 src/problem2/benchmark.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment