#!/bin/bash -e

find  -name decomposeParDict | xargs sed -i 's/numberOfSubdomains [0-9]*;/numberOfSubdomains 32;/g'
find  -name decomposeParDict | xargs sed -i 's/n           ([0-9] [0-9] 1);/n           (8 4 1);/g'
find  -name run_solver.sh | xargs sed -i 's/processors=[0-9]*/processors=32/g'