Description
Using the Overset command you have the option to execute your chosen
assembler software either on the local system where you are executing
Fidelity Pointwise, or on a remote platform. In either case you will need to define
the same environment variables so that either Fidelity Pointwise or the ogaserver
(Special topics, Overset grid assembly, Running the assembler) knows where your
assembler is located or installed. Each assembler has its own environment
variables:
PEGASUS 5:
PEGASUS_EXE - full path name of the PEGASUS 5 executable or launch script
PEGPLOT_EXE - full path name of the Pegplot executable or launch script
An example of setting the variables for PEGASUS 5 on a Linux platform using
a tcsh shell may look like:
> setenv PEGASUS_EXE /home/user1/pegasus5.2/linux_x86_64/pegasus5
> setenv PEGPLOT_EXE /home/user1/pegasus5.2/linux_x86_64/peg_plot
Suggar++:
SUGGAR_EXE - full path name of the Suggar++ executable or launch script
SUGGARPP_LICENSE_PATH - full path name of the Suggar++ license file
An example of setting the variables for Suggar++ on a Linux platform using a tcsh shell may look like:
> setenv SUGGAR_EXE /home/user1/suggar++_exe/sugar++
> setenv SUGGARPP_LICENSE_PATH /home/user1/suggar++exe/suggar.lic