summarylogtreecommitdiffstats
path: root/config.sh
diff options
context:
space:
mode:
authorAnton2019-05-24 03:29:26 +0300
committerAnton2019-05-24 03:29:26 +0300
commit4496722a7af395dd6cab89d55e160156f27f32b5 (patch)
treeb436b4f123c91a418193e144af9c0ebab08dbb27 /config.sh
parent79c7b3c365bdad5a4a4a0b48012e839eecbc0ba3 (diff)
downloadaur-4496722a7af395dd6cab89d55e160156f27f32b5.tar.gz
Purged excessive dependencies
Diffstat (limited to 'config.sh')
-rw-r--r--config.sh12
1 files changed, 10 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index 475f54a8495c..3119549e6c16 100644
--- a/config.sh
+++ b/config.sh
@@ -28,7 +28,7 @@ export LAPACK_SIZE=4
export LAPACK_LIB="-llapack"
#===================================================#
-# NWChem Settings #
+# NWChem Settings #
#===================================================#
export NWCHEM_TARGET=LINUX64
@@ -38,7 +38,6 @@ export NWCHEM_TOP=$(pwd)
export PYTHONHOME=/usr
export PYTHONVERSION=2.7
export PYTHONLIBTYPE=so
-export USE_PYTHON64=y
export LARGE_FILES=TRUE
export USE_NOFSCHECK=TRUE
@@ -48,3 +47,12 @@ export CCSDTQ=y
export CCSDTLR=y
export IPCCSD=y
export EACCSD=y
+
+#===================================================#
+# CUDA Settings #
+#===================================================#
+
+#export TCE_CUDA=y
+#export CUDA_HOME=/opt/cuda
+#export CUDA_LIBS="-L$CUDA_HOME/lib64 -lcudart"
+#export CUDA_INCLUDE="-I. -I$CUDA_HOME/include"