MG: IWA defined.

This commit is contained in:
Vahagn Khachatryan
2014-09-11 10:28:22 +04:00
parent 65d58fb299
commit a36ee37730

View File

@@ -41,6 +41,14 @@ setenv PB "GMAKE_LIB_PARALLEL=-j$cpu_count GMAKE_SYSTESTS_PARALLEL=-j$cpu_count"
setenv PB2 "GMAKE_EXEC_PARALLEL=-j"`/user/icdet/bin/figure_gmake_exec_ness` setenv PB2 "GMAKE_EXEC_PARALLEL=-j"`/user/icdet/bin/figure_gmake_exec_ness`
alias pmake 'gmake $PB $PB2' alias pmake 'gmake $PB $PB2'
if ( -x /share/cal_nightly/latest ) then
setenv IWA /share/cal_nightly/latest
else if ( -x /wv/cal_nightly/latest_ube ) then
setenv IWA /wv/cal_nightly/latest_ube
else if ( -x /sj/cal_nightly/latest_ube ) then
setenv IWA /sj/cal_nightly/latest_ube
endif
# #
# MG test environment (These are needed for terra) # MG test environment (These are needed for terra)
# #
@@ -63,8 +71,7 @@ endif
# #
if ( -e /tools/ActivePython-2.5.6.10-linux-x86/bin/post-review ) then if ( -e /tools/ActivePython-2.5.6.10-linux-x86/bin/post-review ) then
setenv PATH $PATH\:/tools/ActivePython-2.5.6.10-linux-x86/bin setenv PATH $PATH\:/tools/ActivePython-2.5.6.10-linux-x86/bin
endif else if ( -e /wv/pevtools/ActivePython-2.5.4.4-linux-x86_64/bin/post-review ) then
if ( -e /wv/pevtools/ActivePython-2.5.4.4-linux-x86_64/bin/post-review ) then
setenv PATH $PATH\:/wv/pevtools/ActivePython-2.5.4.4-linux-x86_64/bin setenv PATH $PATH\:/wv/pevtools/ActivePython-2.5.4.4-linux-x86_64/bin
endif endif