alpha:~> echo $shell |
/usr/bin/tcsh |
If the return path doesn't end with csh or tcsh, like the above example, then start one of those shells.
DX/ |
IBM Data Explorer files |
F90PP/ |
F90 Preprocessor used while compiling |
Manual/ |
User's Manual in postscript format |
Objects/ |
Objects used while compiling |
Parameters/ |
Some parameter files |
Sample/ |
Some sample input files |
Source/ |
Source code used while compiling |
Tools/ |
Analysis tools |
X/ |
PAW program executables |
For me, the 'right place' is /u/data39/iekxeaa/PAW, but substitute for the correct directory on your system in the following command:
alpha:~> setenv PAWDIR /u/data39/iekxeaa/PAW |
alpha:~> set path = ( $path $PAWDIR $PAWDIR/X ) |
alpha:~> setenv DXMACROS $PAWDIR/DX |
alpha:~> setenv DXINCLUDE $PAWDIR/DX |