The FEEL environment

uses the shell variable FEEL_LOAD_PATH to load modules. If this variable is unset, then modules are sought in the directory in which was invoked and in a directory specified when the system was built. The value of FEEL_LOAD_PATH is read at start-up and converted to a list of strings of information in a processor-defined format concerning the filesystems or disks or directories to be searched when loading modules. Modules are stored in files with the extension .em.

Similarly, the shell variable FEEL_INTF_PATH is used to find module interface files. If the variable is unset, only the directory in which was invoked will be searched. The value of FEEL_INTF_PATH is read at start-up and converted in a manner analogous to that for FEEL_LOAD_PATH. Interfaces are stored in files with the extension .i.



Subsections