-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathccq_bashrc
More file actions
25 lines (16 loc) · 770 Bytes
/
ccq_bashrc
File metadata and controls
25 lines (16 loc) · 770 Bytes
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
source ~/tools/misc/env/base_bashrc
#export MODULEPATH=~pyang/soft/modulefiles:$MODULEPATH
export MODULEPATH=~bbusemeyer/tools/misc/modulefiles:$MODULEPATH
export MPLCONFIGDIR="/mnt/home/bbusemeyer/.cache/matplotlib"
# Set mpirun debugger with use of -debug option.
export OMPI_MCA_orte_base_user_debugger='/usr/bin/gdb -tui'
# The many AFQMCLAB locations.
#export AFQMCLAB_DIR_GCC="${HOME}/lib/afqmclab-gcc"
#export AFQMCLAB_DIR_DEBUG="${HOME}/lib/afqmclab-debug"
#export AFQMCLAB_DIR=$AFQMCLAB_DIR_GCC
# Intel compiler variables.
#source /opt/intel/bin/compilervars.sh intel64
#source /opt/intel/bin/ifortvars.sh intel64
# Add sources to path.
#export PYTHONPATH=$PYTHONPATH:${HOME}/programs/afqmclab/scripts
#export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH