For Accelerator Installation Only
Accelerator requires one extra step during the install. This step creates a set_UID executable that Accelerator uses so that jobs can run under the ID of the user who submits them. This step requires root capability to have it run correctly.
If you do not have root privileges, or if you are performing an evaluation, you can postpone this step. You can still run the software in single user mode, but you will not be able to run it correctly with multiple users due to permission issues.
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.
% /bin/su -
# cd <install_path><version>
# sh ./scripts/SETTASKERUID.sh
# exit
% /bin/su -
# cd /opt/rtda/2020.1
# sh ./scripts/SETTASKERUID.sh
# exit