When You unpack MASSIVE you have to make sure that a number of environment variables are set in your resource files so that everything runs correctly.
For a MASSIVE installation at /home/massive, for a user called Fred whose body colour is red, connecting to server 128.243.22.13 the following are the required settings (in csh format):
setenv MASSIVEHOME /home/massive setenv USER_NAME Fred setenv USER_COLOUR Red setenv DEFAULT_HOST 128.243.22.13
You then need to modify your path to pick up the MASSIVE executables:
set path = ( $path $MASSIVEHOME/utils )You should now be able to run MASSIVE.