summarylogtreecommitdiffstats
path: root/config.sh
diff options
context:
space:
mode:
authorJonathan Scott Tincman Tinkham2015-06-08 13:07:14 -0600
committerJonathan Scott Tincman Tinkham2015-06-08 13:07:14 -0600
commitd66b228eef92ea1aa509ef37d04be183d8c55435 (patch)
treed03432a5c726119b4ecff70c2c4fbe8c36796636 /config.sh
downloadaur-d66b228eef92ea1aa509ef37d04be183d8c55435.tar.gz
Initial commit: migrate from old AUR
Diffstat (limited to 'config.sh')
-rw-r--r--config.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/config.sh b/config.sh
new file mode 100644
index 000000000000..66e8db5ee27b
--- /dev/null
+++ b/config.sh
@@ -0,0 +1,27 @@
+#=================================================
+#=GA=Settings
+#=================================================
+
+export USE_MPI=yes
+export USE_MPIF=yes
+export USE_MPIF4=yes
+
+export MPI_LOC=/usr/ #location of openmpi installation
+export MPI_LIB=$MPI_LOC/lib/openmpi
+export MPI_INCLUDE=$MPI_LOC/include/openmpi
+export LIBMPI="-pthread -Wl,--enable-new-dtags -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi"
+
+#=================================================
+#=NWChem=Settings
+#=================================================
+
+export NWCHEM_MODULES="all python"
+export NWCHEM_TOP=$(pwd)
+
+export PYTHONHOME=/usr
+export PYTHONVERSION=2.7
+export PYTHONLIBTYPE=so
+#export USE_PYTHON64=y
+
+export BLASOPT="-llapack -lblas"
+