The following SPIDER directories will be created under: PARENT-DIR (along with other directories for Web, etc.):
| Directory | Contents |
|---|---|
| spider/src | SPIDER source code, SPIDER libraries |
| spider/bin | SPIDER executables |
| spider/docs | SPIDER documentation, html pages |
| spider/proc | Sample procedure files |
| spider/fftw | FFTW code and libraries |
| spider/man | Operation manual pages, Nextresults |
| spider/pubsub | PubSub scripts, documentation and executables |
| SPIDER | optimal processor |
optimal byte order |
"Makefile" |
|---|---|---|---|
| spider_linux_fftw | AMD/Intel 32 (single processor) | SGI | Makefile_linux_fftw |
| spider_linux_mpfftw_intel | AMD/Intel 32 (multiple processors) | SGI | Makefile_linux_mpfftw_intel |
| spider_linux_mpfftw_opt64 | AMD Opteron 64 (multiple processors) | SGI | Makefile_linux_mpfftw_opt64 |
| spider_osx_mpfftw_xeon | Intel Xeon on Apple (multiple processors) | SGI | Makefile_osx_mpfftw_xeon |
alias spider PARENT_DIR/spider/bin/spider_linux_mpfftw_intelAlternatively, you can modify your executable search path so that your system can locate the executable file when you type "spider". To alter your path (if you are using the 'C' shell) add the following to the PATH environmental variable in your .cshrc startup file:
If PATH is not already set in your startup file add the following line to your .cshrc startup file
set path= PARENT_DIR/spider/bin
If PATH is already set in your startup file, add the following line to your .cshrc startup file
set path=($path PARENT_DIR/spider/bin)Then rename the desired spider_linux executable in PARENT_DIR/spider/bin to: spider.
setenv SPMAN_DIR "PARENT_DIR/spider/man/"
setenv SPPROC_DIR "PARENT_DIR/spider/proc/"
Run SPIDER in a terminal window:
- spider three-character-data-extension
All SPIDER data files will have the three-character-data-extension (or datacode) added automatically inside SPIDER.
The SPIDER "RESULTS" files are named results.ext.? where "?" is incremented for existing results file in that directory.
SPIDER can be run in the background or submitted as a batch using the UNIX "at" command.
If SPIDER does not run and you get an error message like: command not found see "Setting 'spider' command" above to ensure that your desired executable is accessible.
If the SPIDER does not start running and you get a error message about a missing library, then you are missing one or more run-time (shared) libraries. Check your LD_LIBRARY_PATH environment variable.
If SPIDER still does not run please contact us at the address below. Please send complete info on what you are trying to do, error messages, screen dump, etc.
Send this info to:
ArDean Leith
Wadsworth Labs, P.O. Box 509, Albany, New York 12201
Phone: 518-486-5604
Email: spider@wadsworth.org
© Copyright Notice / Enquiries: spider@wadsworth.org