Linux installation - solvers only

The Autodesk Moldflow Insight 2019.0.2 Update is supplied as a self-extracting shell script for easy installation. Before installing the solvers on a Linux system, check that your platform and hardware are supported.

Uninstall your 2019 version or your 2019.0.1 update, then download and install the .tar file for the 2019.0.2 update.

To select between the Workstation or Thin client packages

To cater for the wide variance in Linux configurations possible, Autodesk Moldflow Insight is provided in two alternate forms; a workstation and a thin client package. There is no functional difference in Autodesk Moldflow Insight between these two packages.

The workstation package contains Autodesk Moldflow Insight packaged into rpms and thus requires an rpm based distribution such as Red Hat or CentOS. The installed files are installed in default system locations and are not suitable for either sharing between multiple machines or relocating to alternate paths.

The thin client package contains Autodesk Moldflow Insight packaged in Linux archives (.tgz). This package is designed to work on both rpm and non-rpm based Linux distributions providing all dependencies are satisfied. In particular this package format is designed to be placed in a file system location that can be shared to multiple machines.

Known considerations for DoE, Runner Balance, and Optimization analyses

To run Design of Experiment (DoE), Runner Balance or Optimization analyses from the command line on Linux, the following two conditions should be satisfied. These conditions are required because the dssp_jobserver process may be running as a different user from the one launching a study analysis. This process requires a certain degree of read and execute access to the files and folders involved in the user's study analysis.

  1. Set the "umask" to 0022 - this provides any file/folder that is created with read and execute permission by "group" and "other", which is necessary for the dssp_jobserver service to read files. This can be done prior to execution by entering the following command:
    umask 0022
  2. The temporary folder used by the study, and it's parent folders, must have permissions set to allow the dssp_jobserver process to read the folder and list its contents. As an example consider the temporary folder: "/tmp/A/B". In this case the /tmp, the /tmp/A and the /tmp/A/B folders all require permissions to allow the "dssp" user to access the study folder. This can be done as follows:
    chmod go+rx /tmp
    chmod go+rx /tmp/A/
    chmod go+rx /tmp/A/B

    Be aware that this may render the data in these folders visible to others. The default temporary folder is "/tmp" and its default permissions are sufficient to enable studies to be executed with no change required.

Warning: If the dssp_jobserver does not have access permission, it cannot launch the child jobs necessary for these analyses, and the analyses will fail.

For workstation installation, the dssp_jobserver daemon runs as the "dssp" user, which does not have elevated privileges by default. For thin client installations, the dssp_jobserver runs as the user who started it. In both these cases, please ensure the dssp_jobserver has the required permissions when running DoE, Runner Balance or Optimization from the command line.