# add condor and LAM MPI to executable path... set path = (/net/condor/bin /net/lam/bin $path) # add LAM MPI manpages... setenv MANPATH /net/lam/man: # require ssh for LAM MPI communication... setenv LAMRSH ssh # handy aliases for viewing borg disk & CPU status... alias bd more ~dcr/tmp/disk.txt alias bt more ~dcr/tmp/borgtop.out # recommended default file permissions... umask 002 # rw for owner & group, r for everyone else # add the Intel compilers... source /astromake/astromake_start astroload intel >& /dev/null #