Installation notes for NEMO --------------------------- Please follow the instructions in general.readme before attempting to use NEMO. Run the tcsh shell (it is in /astro/bin if you don't already have a copy) Add the location of the NEMO executables to the beginning your path setenv PATH /astro/nemo/bin:${PATH} (tcsh syntax) Then chown -R /astro/nemo your-username and log in using your normal username. -------------------------------------------------------------------------------------- To use NEMO programs cd /astro/nemo source nemo_start There is also a NEMO test script which you may want to run to verify the installation. cd to a working directory (with ~7Mb of free disk space), and type /astro/install/test.nemo -------------------------------------------------------------------------------------- If you need to rebuild NEMO programs cd /astro/nemo source nemo_start which cc The last command should report /astro/nemo/bin/cc as the location of cc. This is the special version NEMO uses to build programs! Now read the README, the installation process has taken you as far as step 6. That is, you can build and run standalone NEMO programs by going to the appropriate source directory and typing `make program-name'. For example cd /astro/nemo/src/nbody/evolve/potcode make potcode