Installation via a Batch Script
On UNIX, you can use a batch install script instead of the GUI version to install the files.
- create: Don't carry files forward. Create new starting state for files.
- copy: Copy files from current release into upgrade.
- link: Create symbolic link in upgrade to release-independent local directory.
% # VOVDIR is set for current release
% cd /usr/tmp/rtda_download
% ./batch_install.csh /opt/rtda/2016.09 -local link -rlm <port@host> -plat '<platform list>'
Here is a specific example of installing for the first time that compares to the example used in the GUI dialog example above.
% source /opt/rtda/2015.03/common/etc/vovrc.csh
% cd /usr/tmp/rtda_download
% ./batch_install.csh /opt/rtda/2015.09 -local link -rlm 7070@buffalo; -plat 'linux64 linux'
batch_install.csh
Run this from the temporary directory where you unpacked the .tar archives to install Altair Accelerator software into the <installationDirectory> target.
Usage
./batch_install.csh <installationDirectory> [OPTIONS]
Options
- -rlm
- port@host or blank
- -local
- L
- -nocommone
- Used when installing additional platforms.
- -confirm
- Prompt for confirmation.
- -noconfirm
- Default. Do not prompt for confirmation. All necessary directories will be created automatically.
- -plat
- 'x y'
- -v
- Increase verbosity of installation process.
Examples
./batch_install.csh /opt/rtda/<version>
./batch_install.csh /opt/rtda/<version> -rlm 7070@croc
./batch_install.csh /opt/rtda/<version> -local create -rlm 7070@croc
./batch_install.csh /opt/rtda/<version> -local link -plat 'linux win64'
Because this is an update install to add a new platform to a
previously installed release, the options -nocommon and
-local copy should be used. The copy
choice
for the local parameter will cause the process to copy the local files onto
themselves, creating a non-destructive no-op operation.
% cd /usr/tmp/rtda_download
% ./batch_install.csh /opt/rtda/2016.09 -nocommon -local copy -rlm <port@host> -plat '<added-platform>'
% cd /usr/tmp/rtda_download
% ./batch_install.csh /opt/rtda/2016.09 -nocommon -local copy -rlm 7070@buffalo; -plat 'linux'