| 1 | umask 002
|
|---|
| 2 | set history=1000
|
|---|
| 3 |
|
|---|
| 4 | alias ll "ls -al"
|
|---|
| 5 | alias h history
|
|---|
| 6 | alias setCVSROOT :pserver:garnier@cvsserver.lal.in2p3.fr:/projects/cvs
|
|---|
| 7 | alias DISP_WIN "setenv DISPLAY 134.158.88.172:0.0"
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | setenv LS_COLORS "no=00:fi=00:di=01;37:ln=01;32:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:*.exe=01;39:*.com=01;39:*.sh=01;39:*.csh=01;39:*.tar=01;37:*.tgz=01;37:*.arj=01;37:*.taz=01;37:*.lzh=01;37:*.zip=01;37:*.z=01;37:*.Z=01;37:*.gz=01;37:*.bz2=01;37:*.bz=01;37:*.tz=01;37:*.rpm=01;37:*.jpg=01;32:*.gif=01;32:*.bmp=01;32:*.xbm=01;32:*.cpp=01;36:*.cxx=01;36:*.h=01;33:*.xpm=01;32:*.png=01;32:*.tif=01;32:*.onx=01;32:"
|
|---|
| 11 |
|
|---|
| 12 | alias 2lx1 "telnet lx1"
|
|---|
| 13 | alias 2auger5 "ssh auger5 -X -l garnier"
|
|---|
| 14 | alias 2atlas "ssh atlas -X -l garnier"
|
|---|
| 15 | alias 2asc "telnet asc"
|
|---|
| 16 | #alias findrsc "find . -name \"*.h\" -print -exec grep "GDK_WINDOW_PIXMAP" {} \;"
|
|---|
| 17 | echo "l"
|
|---|
| 18 | if (`uname` == "Darwin") then
|
|---|
| 19 | source ~/darwin.csh
|
|---|
| 20 | endif
|
|---|
| 21 | echo "l"
|
|---|
| 22 |
|
|---|
| 23 | if ((`hostname` == "atlas.lal.in2p3.fr") || (`hostname` == "auger8.lal.in2p3.fr") || (`hostname` == "auger5.lal.in2p3.fr")) then
|
|---|
| 24 | unalias xemacs;source ~/auger5_rh93_gcc332.csh
|
|---|
| 25 | endif
|
|---|
| 26 | if (`hostname` == "lx1.lal.in2p3.fr") then
|
|---|
| 27 | source ~/lx1_rh72_gcc332.csh
|
|---|
| 28 | endif
|
|---|
| 29 |
|
|---|
| 30 | if ((`hostname` == "lx1.lal.in2p3.fr") || (`hostname` == "auger8.lal.in2p3.fr") || (`hostname` == "atlas.lal.in2p3.fr") || (`hostname` == "auger5.lal.in2p3.fr")) then
|
|---|
| 31 | alias TCSHput "cd ~/Work/divers/;cp ~/darwin.csh ~/auger5_rh93_gcc332.csh ~/lx1_rh72_gcc332.csh .;cp ~/.tcshrc dot.tcshrc;tar -czvf xemacs ~/.xemacs;cvs update ; cvs commit -m ''"
|
|---|
| 32 | alias TCSHget "cd ~/Work/divers/;cvs update;cp darwin.csh auger5_rh93_gcc332.csh lx1_rh72_gcc332.csh ~/.; cp dot.tcshrc ~/.tcshrc; tar -xzvf xemacs;mv .xemacs ~/."
|
|---|
| 33 |
|
|---|
| 34 | alias 2HEPVis "cd /projects/HEPVis/v6r5"
|
|---|
| 35 | alias 2SOPOVAMA "cd /projects/SoPovama/SoPovama"
|
|---|
| 36 | alias 2POVAMA "cd /projects/POVAMA/v2r1"
|
|---|
| 37 | alias 2AGORA "cd /projects/Agora/v2r0"
|
|---|
| 38 | alias 2ATLAS_GEOMODEL "cd /exp/atlas/projects/graphics/DetectorDescription/GeoModel/GeoModelGraphics/GeoModelGraphics-00-00-26"
|
|---|
| 39 | alias CMT source /lal/CMT/v1r14p20031120/mgr/setup.csh
|
|---|
| 40 | alias dot "/lal/Grafviz/Linux/bin/dot"
|
|---|
| 41 | alias xp "2HEPVis; cd cmt; xemacs ../source/SoPlotter.cxx ../source/SoAxis.cxx ../source/SoAxisGroup.cxx ../application/Axis.cxx ../application/plotter.cxx; xemacs ../include/HEPVis/nodekits/SoPlotter.h ../include/HEPVis/nodekits/SoAxis.h ../include/HEPVis/nodekits/SoAxisGroup.h&; setLD"
|
|---|
| 42 | alias xh "2HEPVis; cd cmt; xemacs ../source/SbHatch.cxx ../source/SoHatching.cxx ../applications/HatchBox.cxx ../include/HEPVis/nodes/SoHatching.h ../include/HEPVis/SbHatch.h &; setLD"
|
|---|
| 43 | alias xpov "2SOPOVAMA;cd /cmt; xemacs ../source/SoPovama.cpp ../applications/PovamaAtlas.cpp ../SoPovama/SoPovama.h&; setLD "
|
|---|
| 44 | alias wh "2HEPVis;cd cmt; source ${CMTROOT}/mgr/setup.csh;cmt config;source setup.csh"
|
|---|
| 45 | alias wp "2SOPOVAMA;cd cmt; source ${CMTROOT}/mgr/setup.csh;cmt config;source setup.csh"
|
|---|
| 46 | alias plot " wh;xp"
|
|---|
| 47 | alias hatch " wh;xh"
|
|---|
| 48 | alias pov " wp;xpov"
|
|---|
| 49 | endif
|
|---|
| 50 |
|
|---|
| 51 | if ($?REMOTEHOST) then
|
|---|
| 52 | if ($REMOTEHOST == "pc-88172.lal.in2p3.fr") then
|
|---|
| 53 | DISP_WIN
|
|---|
| 54 | endif
|
|---|
| 55 | endif
|
|---|
| 56 | alias setLD "setenv LD_LIBRARY_PATH /usr/lib;"
|
|---|
| 57 |
|
|---|
| 58 |
|
|---|
| 59 | #//////////////// Divers ///////////////////
|
|---|
| 60 |
|
|---|
| 61 |
|
|---|
| 62 | #alias buildHEPVisXt "cd ${OPENROOT};cd CoinGL/v1r200p1/cmt/;rm -rf ../${CMTCONFIG}/lib*;make;cd ../../../CoinXt/v1r50p2/cmt/;rm -rf ../${CMTCONFIG}/*;make;make Xt;cd ../../../HEPVis/v6r5/cmt/ ; rm -rf ../${CMTCONFIG}/* ; make ; make HEPVisXt ; make PolyhedronXt; make app_Xt ";
|
|---|
| 63 |
|
|---|
| 64 | echo "";
|
|---|
| 65 | echo "ok...";
|
|---|
| 66 | echo ""; |
|---|