-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetupEnvironment.csh
More file actions
executable file
·38 lines (26 loc) · 1.61 KB
/
setupEnvironment.csh
File metadata and controls
executable file
·38 lines (26 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
setenv Eigen_INC_DIR /local1/apps/eigen2
setenv TCLAP_INC_DIR /local1/apps/tclap-1.2.0/include
setenv PETSC_ARCH linux-gnu-cxx-opt
setenv PETSC_DIR /local1/apps/petsc-3.0.0-p8
setenv MAYA_PLUG_IN_PATH `pwd`/Apps/WmBunsen/:${MAYA_PLUG_IN_PATH}
setenv MAYA_SCRIPT_PATH `pwd`/../Apps/WmBunsen/:${MAYA_SCRIPT_PATH}
setenv XBMLANGPATH `pwd`/../Apps/WmBunsen/icons/%B:${XBMLANGPATH}
# weta specific...
# Is this safe, I think Maya 2010 was built with intel 10?
need intel-11.1.056_64
#setenv PATH /vol/apps/intel_64/compiler11.1.056/bin/intel64:${PATH}
#setenv LM_LICENSE_FILE /vol/apps/intel_64/compiler11.1.056/licenses:28518@linux-license.wetafx.co.nz:${LM_LICENSE_FILE}
#setenv LD_LIBRARY_PATH /vol/apps_master/apps.Linux64/intel_64/compiler11.1.056/lib/intel64/:${LD_LIBRARY_PATH}
need mkl-10.2.1.017
#setenv MKLROOT /local1/apps/mkl-10.2.1.017/
#setenv INCLUDE "${MKLROOT}/include"
#setenv LD_LIBRARY_PATH "${MKLROOT}/lib/64:${MKLROOT}/lib/32":${LD_LIBRARY_PATH}
#need cuda-2.3_64
#setenv OCU_LOCATION /vol/weta/src/amcadams/opencurrent
#Need to fix the license path as the VPN connection messes up sometimes. Get Jason in systems to
# change it on the laptop next time I'm up at Manuka...
#setenv LM_LICENSE_FILE 28518@linux-license.wetafx.co.nz:$LM_LICENSE_FILE
#setup the maya environment to pick up the local version of Barber Shop
#setenv MAYA_PLUG_IN_PATH /local1/apps/mayaPlugins:${MAYA_PLUG_IN_PATH}
#setenv MAYA_SCRIPT_PATH /local1/apps/mayaPlugins/scripts:${MAYA_SCRIPT_PATH}
#setenv XBMLANGPATH /local1/apps/mayaPlugins/icons/%B:${XBMLANGPATH}