Skip to content
Snippets Groups Projects
Commit 6d9d05f6 authored by Catherine Guelque's avatar Catherine Guelque
Browse files

Change location

parent 064dcbb5
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@ DIRNAME=$(realpath $(dirname $0))
function run_tests() {
for NTASKS in "${NTASKS_LIST[@]}"; do
[ -z "$NTHREADS" ] && NTHREADS=1
echo "Running ${APP_NAME} for ${NTASKS}x${NTHREADS}: $args"
for COMPRESSION in "${COMPRESSION_LIST[@]}"; do
[ -z "$NTHREADS" ] && NTHREADS=1
var_name="${APP_NAME}_args_${NTASKS}x${NTHREADS}"
args=${!var_name}
RUN_TIME="${APP_NAME}_weak_runtime"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment