summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2012-12-13 10:26:39 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:49:23 -0700
commitdf3051de64e514a7d07f7b7ff0b6c9f95ee2f9ee (patch)
tree0d13622b59f4b0ed22c1979b57eef5c59e15593b
parent0d5c285b5b3e8aea6ab1662f0993225d39d9047f (diff)
a bit more cleaning
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14797]
-rw-r--r--setup_environment6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup_environment b/setup_environment
index 34495ba..63b1f21 100644
--- a/setup_environment
+++ b/setup_environment
@@ -109,15 +109,17 @@ if [ -d $GPGPUSIM_ROOT/src/mcpat/ ]; then
echo "configured with GPUWattch.";
elif [ -n "$GPGPUSIM_POWER_MODEL" ]; then
if [ ! -f $GPGPUSIM_POWER_MODEL/gpgpu_sim.verify ]; then
+ echo "";
echo "ERROR ** gpgpu_sim.verify not found in $GPGPUSIM_ROOT/../mcpat/ - Either incorrect directory or incorrect McPAT version";
return;
fi
- echo "GPGPU-Sim_McPAT power model detected... Using directory $GPGPUSIM_POWER_MODEL.";
+ echo "configure with power model in $GPGPUSIM_POWER_MODEL.";
elif [ ! -d $GPGPUSIM_POWER_MODEL ]; then
+ echo "";
echo "ERROR ** GPGPUSIM_POWER_MODEL ($GPGPUSIM_POWER_MODEL) does not exist... Please set this to the gpgpusim_mcpat directory or unset this environment variable.";
return;
else
- echo " configured without a power model";
+ echo "configured without a power model.";
fi
echo "setup_environment succeeded";