If the installation instructions have been followed and the DLV_DEF_CRYSTAL, DLV_DEF_GULP or DLV_DEF_EXCURV (DLV_CRYSTAL, DLV_GULP or DLV_EXCURV on Windows) variables have been correctly configured then the job configuration is already completed.
A user can override the default CRYSTAL (or GULP) path set with the DLV_DEF_CRYSTAL (DLV_DEF_GULP) variable. This will automatically happen if a CRYSTAL (or GULP) directory is in your PATH variable. It can also be be overriden for CRYSTAL (GULP or EXCURV) by setting the DLV_CRYSTAL (DLV_GULP or DLV_EXCURV) environment variable in the shell before you start DLV.
Jobs can only be run on remote systems running Unix. To configure the remote machine to submit CRYSTAL (98 or 03) or GULP jobs via ssh requires a configuration where ssh does not prompt for a password. (DL_EXCURV does not support batch mode execution and can only be run on the local machine.)
ssh remote ls
ssh remote mkdir dlv scp -r $DLV_ROOT/scripts remote:dlvwhere remote is the name of the remote machine, and dlv represents a directory on the remote machine to copy the files to.
Job submission from Windows has only been tested with the PuTTY tools. The variable REMOTE_TOOLS in $DLV_ROOT\dlv.bat needs to have been correctly set to the location of the PuTTY bin directory.
Jobs can only be run on remote systems running Unix. To configure the remote machine to run CRYSTAL98 or CRYSTAL03 (or GULP) you must
rsh remote lsThe usual things to check are that your shell startup file doesn't produce any output, and that your .rhosts file on the remote machine is correctly set to allow access.
rsh remote mkdir dlv rcp -r $DLV_ROOT/scripts remote:dlvwhere remote is the name of the remote machine, and dlv represents a directory on the remote machine to copy the files to.
Job submission from Windows has only been tested with the Cygwin tools. The optional inetutils package provides the rsh/rcp commands required by the remote job submission routines. The variable REMOTE_TOOLS in $DLV_ROOT\dlv.bat needs to have been correctly set to the location of the Cygwin tools bin directory.