MG: scripts updated.
This commit is contained in:
22
mg/cshrc
22
mg/cshrc
@@ -1,4 +1,11 @@
|
||||
#
|
||||
# Set DISPLAY if not set.
|
||||
#
|
||||
if ( $?DISPLAY == 0 ) then
|
||||
setenv DISPLAY amy-nbaghram-lnx:1.0
|
||||
echo "Display is set to $DISPLAY"
|
||||
endif
|
||||
#
|
||||
# MG global
|
||||
#
|
||||
setenv VCO `/usr/mgc/bin/mgcvco`
|
||||
@@ -58,6 +65,12 @@ else if ( -x /sj/cal_nightly/latest_ube ) then
|
||||
endif
|
||||
|
||||
setenv CALIBRE_PRINT_STACK_TRACE 4242
|
||||
#setenv CALIBRE_DUMP_CORE_ON_ABORT 1
|
||||
#setenv CALIBRE_DFM_FILL_WRAP_DUMP_COLLECTIONS 1
|
||||
#setenv CALIBRE_MTFLEX_LOCAL_HOST_DIR $HOME/devel/mg/test/dfm_fill_wrap_vertical_shape
|
||||
#setenv CALIBRE_MTFLEX_LOCAL_HOST_DIR $HOME/devel/mg/test/dfm_fill_wrap_vertical_shape
|
||||
#setenv TMP $HOME/devel/mg/test/dfm_fill_wrap_vertical_shape
|
||||
#setenv TEMP $HOME/devel/mg/test/dfm_fill_wrap_vertical_shape
|
||||
|
||||
#
|
||||
# MG test environment (These are needed for terra)
|
||||
@@ -66,10 +79,15 @@ setenv CALIBRE_PRINT_STACK_TRACE 4242
|
||||
#export MGC_HOME=/wv/icdet/work_areas/latest_ube/ic/ic_superproj/$VCO/Mgc_home/
|
||||
#export MGC_BIN=$MGC_HOME/bin
|
||||
#export PATH=$MGC_BIN:$PATH
|
||||
if ( -e /wv/pevtools/data_dir ) then
|
||||
if ( -e /wv/pevtools/data_dir ) then
|
||||
setenv DESIGN_DIR /wv/pevtools/data_dir
|
||||
endif
|
||||
|
||||
if ( -e /amy/cal_dfm_qa/tot_master/calibre/dfm/fill/WRAP ) then
|
||||
setenv DFM_TEST_BASE /amy/cal_dfm_qa/tot_master/calibre/dfm/fill/WRAP
|
||||
setenv TEST_SUITE_TOP /amy/cal_dfm_qa/tot_master/calibre
|
||||
endif
|
||||
|
||||
if ( -e /wv/calgrid/sge/default/common/settings.csh ) then
|
||||
setenv DFM_TEST_BASE /wv/cal_dfm_qa/tot_master/calibre/dfm/rq/
|
||||
setenv TEST_SUITE_TOP /wv/amy_dfm_qa/tot_master/calibre
|
||||
@@ -125,4 +143,4 @@ alias oasis_info $HOME/local_rh_x64/private/fw/bin/oasis_info
|
||||
#
|
||||
alias cdw 'cd $HOME/devel/mg'
|
||||
alias setmgchome 'source $HOME/devel/scripts/mg/setmgchome.csh'
|
||||
alias ptags 'ctags --recurse=yes --verbose -h ".h.C"'
|
||||
alias ptags 'ctags --recurse=yes --verbose -h ".h.C" base lvbase iclv ponte dfm locallv'
|
||||
|
||||
Reference in New Issue
Block a user