Linux environment setup
Before running analyses on Linux machines, you need to add some environment variables to your shell.
Workstation installation
The command to do this depends on whether your shell is a Bourne shell or a C shell.
echo $SHELL
If it prints "csh" or "tcsh", then it a C shell derivative. Otherwise it is a Bourne shell derivative.
Bourne shell
On Bourne shells, use the . (dot) command to source the environment into the current shell:
. /opt/Autodesk/moldflow/ami20YY-RR-NN/etc/MFENV.sh
/opt/Autodesk/moldflow/ami20YY-RR-NN .
Alter the above path if your installation is in a different location
These settings will apply until you close this shell.
C shell
On C shells, use the source command to source the environment into the current shell:
source /opt/Autodesk/moldflow/ami20YY-RR-NN/etc/MFENV.csh
/opt/Autodesk/moldflow/ami20YY-RR-NN .
Alter the above path if your installation is in a different location.
These settings will apply until you close this shell.
Thin client installation
It is assumed that you are using a Bourne shell derivative.
Use the . (dot) command to source the environment into the current shell:
. /path/to/installed/files/mfclient.env
These settings will apply until you close this shell.