Install the Software
You may need to know the path to the current release in order to perform the operations described here. The path that is needed is the one that ends with the release number.
In the examples here, the current installation path will be shown as the /opt/rtda/2019.01 directory. When you see this in examples, you should understand that it is referring to the path to your current release.
In the previous step, you downloaded all the needed software patch files and placed them into the special patches directory within the current release.
For each software patch file, you need to run the install-patch script, passing it the name of the patch file to install.
You must be in the current release when you run the install-patch script from its location within the scripts directory. You must give it the relative name of the patch file in the patches directory. The processing depends on this arrangement for it to work correctly.
-
For a UNIX system:
- Assume that Altair Accelerator is installed at /opt/rtda/ with the current release in the subdirectory 2019.01. You must be in the top level release directory when you run the install-patch script, ./scripts/PATCH.tcl, for each software patch file.
-
UNIX: For Altair Accelerator
Installations Only
After installing the patches to the release, you may have installed fresh versions of the vovtaskerroot executable for supported platforms.
If you are running Accelerator, you need to run a special process to fix these executables so that they work properly. This process changes the executables to have set_UID turned on so that Accelerator can deploy a job and have it run under the ID of the user who submits them.
You must be logged in as root or have sudo privileges to perform this step correctly in order to create the vovtaskerroot binary for each installed platform.Note: You must run the SETTASKERUID.sh script exactly as shown in the next example. The script will not work correctly unless it is executed from the specified directory.The following script creates a set-UID executable called vovtaskerroot so that jobs can be run under the ID of the user who submits them. This script also sets the set-UID bit in vovgetpasswd for Linux.
-
For a Windows-only System:
It is possible to install software patches to a Windows-only installation.
If you have this installation, then your earlier steps identified the software patches files and you downloaded them into the sub folder patches within the release.
For this discussion, assume that Altair Accelerator is installed at D:\rtda with a subfolder 2019.01 holding the current release. Then, the D:\rtda\2019.01\patches folder has been created and contains the downloaded patch files.