#!/bin/bash

# save benchmark timing info for provenance
./xmlchange SAVE_TIMING=TRUE

./xmlchange NTHRDS=1

#avoid errors on over-decomposing DATM's T62 grid beyond 9600 tasks
if [ `./xmlquery --value NTASKS_ATM` -gt 9600 ]; then ./xmlchange NTASKS_ATM=9600; fi
