GEOS-5 Checkout and Build Instructions: Difference between revisions
Line 59: | Line 59: | ||
By the way, I have an alias in my .cshrc file that actually accomplishes the above tasks. It looks like this: | By the way, I have an alias in my .cshrc file that actually accomplishes the above tasks. It looks like this: | ||
alias g5 'setenv ESMADIR /home/colarco/GEOSagcm;cd $ESMADIR/src;source g5_modules' | alias g5 'setenv ESMADIR /home/colarco/GEOSagcm;cd $ESMADIR/src;source g5_modules' | ||
'g5_modules' is a little shell script in the src directory that sets up the environment (loading the right modules and setting the Baselibs. | ''g5_modules'' is a little shell script in the src directory that sets up the environment (loading the right modules and setting the Baselibs. | ||
Now, with that set, navigate to the source directory: | Now, with that set, navigate to the source directory: |