GEOS-5 Quick Start: Difference between revisions
New page: Here is an outline of how to get started, based on what Larry sent us. Let me know if something doesn't work or is unclear. ********************************* The following assumes that y... |
No edit summary |
||
Line 1: | Line 1: | ||
The following assumes that your shell is csh. Actually, the job scripts tend to assume the same thing, so I wouldn't bother trying to import too much into bash or whatever. I like bash, so I generally open a csh shell for compiling. | The following assumes that your shell is csh. Actually, the job scripts tend to assume the same thing, so I wouldn't bother trying to import too much into bash or whatever. I like bash, so I generally open a csh shell for compiling. | ||
Line 63: | Line 61: | ||
3) You will need some more environment variables for running -- here are the contents of my .cshrc: | 3) You will need some more environment variables for running -- here are the contents of my .cshrc: | ||
umask 022 | umask 022 | ||
unlimit | unlimit | ||
Line 70: | Line 68: | ||
set arch = `uname` | set arch = `uname` | ||
setenv LD_LIBRARY_PATH ${LIBRARY_PATH}:${BASEDIR}/${arch}/lib | setenv LD_LIBRARY_PATH ${LIBRARY_PATH}:${BASEDIR}/${arch}/lib | ||
.g5_modules is simply a copy of g5_modules that you ran earlier. Larry has something more clever in his .cshrc . | .g5_modules is simply a copy of g5_modules that you ran earlier. Larry has something more clever in his .cshrc . |