It is necessary that you set two environment variables.
The syntax for setting these environment variables depends upon the operating system. For Unix users using csh or tcsh, one would enter:
setenv ECCSVM_HOME /home/myname/mydirectory setenv ECCSVM_BASENAME myfluidFor Unix users using the Korn shell or bash, one would enter:
ECCSVM_HOME=/home/myname/mydirectory ECCSVM_BASENAME=myfluid export ECCSVM_HOME ECCSVM_BASENAMEAs a caution to those using multiple processors, these variables must be configured in your login script so that they may be inherited as the individual processes are spawned. Check your local MPI documentation for the proper way to inherit environment variables. For instance, under LAM/MPI, the inherited environment variables are set when one executes lamboot. If you change the environment variables, you must reboot the LAM/MPI daemons.