Skip to content
Snippets Groups Projects
run.sh 617 B
Newer Older

####################################
# Source the right environment
####################################
if [ -z "$1" ]
  then
    echo "Please provide the targeted machine from:"
    ls machines/
    echo ""
    echo "Example: ./run.sh occigen-bdw"
    exit 1
fi
env_file="../machines/$1/env_bench"

if [ ! -f $env_file ]
        then
    echo "ERROR: $env_file not found!"
                exit 1
        else
                source $env_file
fi

midou's avatar
midou committed
####################################
# RUN SMALLTEST
####################################
midou's avatar
midou committed
source env_bench
midou's avatar
midou committed
cd $GYSELA_PATH/wk/
U-PALLAS\midou's avatar
U-PALLAS\midou committed
./subgys scaltest_TKE_A139_n14_dlogTi0.0