summaryrefslogtreecommitdiff
path: root/setup_environment
diff options
context:
space:
mode:
authorDeval Shah <[email protected]>2018-11-09 21:30:14 -0800
committerDeval Shah <[email protected]>2018-11-09 21:30:14 -0800
commit02f7f42c3b167350ecf85330f97ff991028ac49d (patch)
tree25dbf8f0f18d3036d4deb209ddb492007189d49b /setup_environment
parent642818ae5ff61c1544bcce9e7ba2dd0aea47ea6a (diff)
required environment variables
Diffstat (limited to 'setup_environment')
-rw-r--r--setup_environment3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_environment b/setup_environment
index 9578942..0fee641 100644
--- a/setup_environment
+++ b/setup_environment
@@ -4,6 +4,9 @@ ps -p $$ | awk '/bash/ || / sh/ || /zsh/ {exit 1;}' && echo "WARNING ** source s
export GPGPUSIM_SETUP_ENVIRONMENT_WAS_RUN=
export GPGPUSIM_ROOT="$( cd "$( dirname "$BASH_SOURCE" )" && pwd )"
+export PTX_SIM_USE_PTX_FILE=1.ptx
+export PTX_SIM_KERNELFILE=_1.ptx
+export CUOBJDUMP_SIM_FILE=jj
GPGPUSIM_VERSION_STRING=`cat $GPGPUSIM_ROOT/version | awk '/Version/ {print $8}'`
#Detect Git branch and commit #