From df3051de64e514a7d07f7b7ff0b6c9f95ee2f9ee Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Thu, 13 Dec 2012 10:26:39 -0800 Subject: a bit more cleaning [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14797] --- setup_environment | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'setup_environment') 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"; -- cgit v1.3