A client is any machine that runs analyses. Each client requires a copy of the Simulation Job Manager (SJM) to be installed locally; all other installation files can be mounted and executed remotely from the server.
The folder starting with autodesk-dssp-2017-thinclient contains the SJM. This folder must be copied to each client, and not shared between clients, because the SJM needs to create database and temporary files that are specific to each client on which it is started.
Prerequisite standard software packages, such as libgomp, are required. They can be found on your installation media, or you can download them from your Linux vendor.
Linux distribution | required libgomp version |
---|---|
Red Hat / CentOS 6.x | 4.4.7-11 or higher |
Red Hat / CentOS 7.x | 4.8.2-16.2 or higher |
On Red Hat / CentOS or other rpm based distributions, check that the installed libgomp package provides the required symbols using this command:
$ rpm –q libgomp ––provides | grep GOMP_4.0
If you see line(s) returned with the GOMP_4.0 string present, then the library provides the required symbols.
$ readelf –s /usr/lib64/libgomp.so.1.0.0 | grep “ABS GOMP_4.0”
If you see line(s) returned with the GOMP_4.0 string present, then the library provides the required symbols.
The client requires read-only access to the target directory, at the same absolute path as on the server.
Source the file mfclient.env (in the target directory) into your shell. This sets variables necessary for the software to check out a license.
$ . /software/autodesk/mfclient.env
You can now run solvers from the command line.