From 7361f4c08716f94c2b7912e86748b42ac9f0fff6 Mon Sep 17 00:00:00 2001 From: Enol Fernandez <enolfc@ifca.unican.es> Date: Mon, 30 Sep 2013 08:54:58 +0200 Subject: [PATCH] Fixed test for new dummy scheduler params. --- tests/test_omp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_omp.sh b/tests/test_omp.sh index 2d34d59..eb22a18 100755 --- a/tests/test_omp.sh +++ b/tests/test_omp.sh @@ -65,7 +65,7 @@ setUp () { testPreCompiledOMP () { # force the number of threads? - OUTPUT=`$I2G_MPI_START -d MPI_USE_OMP=1 -t dummy -d MPI_DUMMY_SCH_SLOTS=2 -e /dev/null $OMP_BIN` + OUTPUT=`$I2G_MPI_START -d MPI_USE_OMP=1 -t dummy -d MPI_START_DUMMY_SCH_SLOTS=2 -e /dev/null $OMP_BIN` st=$? assertEquals 0 $st assertEquals "Number of threads = 2" "$OUTPUT" @@ -84,7 +84,7 @@ post_run_hook () { } EOF # force the number of threads? - OUTPUT=`$I2G_MPI_START -d MPI_USE_OMP=1 -t dummy -d MPI_DUMMY_SCH_SLOTS=2 \ + OUTPUT=`$I2G_MPI_START -d MPI_USE_OMP=1 -t dummy -d MPI_START_DUMMY_SCH_SLOTS=2 \ -pre $myhook -post $myhook -e /dev/null` st=$? assertEquals 0 $st -- GitLab