Setting the execution module storage directory
Set the execution module storage directory, in which the execution module of HULFT is stored, as the environment variable of the shell. The environment variable name is 'HULEXEP.' By setting this environment variable, the path of the program that is executed by HULFT can be searched automatically. By setting this directory to PATH, you can start HULFT from the directory where the execution module is not stored.
[When sh is used]
# HULEXEP=/usr/local/HULFT/bin # export HULEXEP # PATH=/usr/local/HULFT/bin:$PATH # export PATH
[When csh is used]
$ setenv HULEXEP /usr/local/HULFT/bin $ set path=(/usr/local/HULFT/bin $path)