GEOS-5 Checkout and Build Instructions: Difference between revisions
Line 6: | Line 6: | ||
One strategy I like is to check the code out to my ''nobackup'' space, but then make symlink from him home space back to that. For example, if I have my code stored at /discover/nobackup/colarco/GEOSagcm, I would make a symlink in my home space to point to that like: | One strategy I like is to check the code out to my ''nobackup'' space, but then make symlink from him home space back to that. For example, if I have my code stored at /discover/nobackup/colarco/GEOSagcm, I would make a symlink in my home space to point to that like: | ||
% ln -s /discover/nobackup/colarco/GEOSagcm GEOSagcm | |||
Now, at this point it is useful to have a couple of things defined in you environment. I put these in my ''.cshrc'' file; you could do whatever is appropriate for your shell type. | |||
alias g5 "cd ~/GEOSagcm/src;source g5_modules" | |||
setenv ESMADIR ~/GEOSagcm | |||
=== Setup your environment to check out code === | === Setup your environment to check out code === |