summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrdinfra/platforms/rde1edge/run_model.sh2
-rwxr-xr-xrdinfra/platforms/rdn1edge/run_model.sh2
-rwxr-xr-xsgi/platforms/sgi575/run_model.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/rdinfra/platforms/rde1edge/run_model.sh b/rdinfra/platforms/rde1edge/run_model.sh
index a9cc521..73f7f91 100755
--- a/rdinfra/platforms/rde1edge/run_model.sh
+++ b/rdinfra/platforms/rde1edge/run_model.sh
@@ -48,7 +48,7 @@ source $PWD/../../../sgi/sgi_common_util.sh
# Check that a path to the model has been provided
if [ ! -e "$MODEL" ]; then
#if no model path has been provided, assign a default path
- MODEL="../../../../fastmodel/sgi/models/Linux64_GCC-4.9/FVP_CSS_SGI-Clark_HeliosMP8"
+ MODEL="../../../../fastmodel/refinfra/models/Linux64_GCC-4.9/FVP_CSS_SGI-Clark_HeliosMP8"
if [ ! -f "$MODEL" ]; then
echo "ERROR: you should set variable MODEL to point to a valid " \
"RD-E1-Edge model binary, currently it is set to \"$MODEL\""
diff --git a/rdinfra/platforms/rdn1edge/run_model.sh b/rdinfra/platforms/rdn1edge/run_model.sh
index 9e672b5..d2d6951 100755
--- a/rdinfra/platforms/rdn1edge/run_model.sh
+++ b/rdinfra/platforms/rdn1edge/run_model.sh
@@ -48,7 +48,7 @@ source $PWD/../../../sgi/sgi_common_util.sh
# Check that a path to the model has been provided
if [ ! -e "$MODEL" ]; then
#if no model path has been provided, assign a default path
- MODEL="../../../../fastmodel/sgi/models/Linux64_GCC-4.9/FVP_CSS_SGI-Clark"
+ MODEL="../../../../fastmodel/refinfra/models/Linux64_GCC-4.9/FVP_CSS_SGI-Clark"
if [ ! -f "$MODEL" ]; then
echo "ERROR: you should set variable MODEL to point to a valid " \
"RD-N1-Edge model binary, currently it is set to \"$MODEL\""
diff --git a/sgi/platforms/sgi575/run_model.sh b/sgi/platforms/sgi575/run_model.sh
index 1b87771..f280430 100755
--- a/sgi/platforms/sgi575/run_model.sh
+++ b/sgi/platforms/sgi575/run_model.sh
@@ -28,7 +28,7 @@ source ../../sgi_common_util.sh
# Check that a path to the model has been provided
if [ ! -e "$MODEL" ]; then
#if no model path has been provided, assign a default path
- MODEL="../../../../fastmodel/sgi/models/Linux64_GCC-4.9/FVP_CSS_SGI-575"
+ MODEL="../../../../fastmodel/refinfra/models/Linux64_GCC-4.9/FVP_CSS_SGI-575"
if [ ! -f "$MODEL" ]; then
echo "ERROR: you should set variable MODEL to point to a valid SGI575 " \
"model binary, currently it is set to \"$MODEL\""