2.4 Abaqus product installation details

It is recommended that you install Abaqus documentation before you install the Abaqus products; if you do not, you must perform additional steps to provide access to the HTML documentation from Abaqus.

To install the Abaqus products, an Abaqus network license server that is compatible with Abaqus 6.14 must be installed and running; you must know the name of at least one active Abaqus license server to perform the product installation.

All Abaqus products and sample problems are installed as part of the Abaqus product installation. Some Abaqus environment settings are defined appropriately for the parameters defined in your Abaqus license. Verification of a subset of licensed products is performed automatically during the installation.

The commands and options used to install the Abaqus products are listed in Abaqus product installation, Section 2.1.4.

You must have write permission in the Abaqus parent directory to install the Abaqus products. On Windows platforms Abaqus shortcuts and required environment variables, including PATH, are added to the All User profile.


2.4.1 Visual C++ and MPI Libraries

When you select Install Abaqus Product & Licensing from the startup screen on Windows platforms, the Microsoft Visual C++ 2010, 2008, and 2005 runtime libraries are installed automatically along with Abaqus. These libraries are required to run Abaqus. The following libraries are installed:

Note that on Windows/x86-64, both the 32-bit and 64-bit versions of the 2005 and 2008 libraries are required and installed.

If necessary, you can install the Microsoft Visual C++ runtime libraries independently of the product installation, by selecting Install Microsoft Visual C++ 2005 SP1, 2008 SP1, and 2010 SP1 Runtime Libraries from the startup screen. Alternatively, you can execute the following installers on the Abaqus Licensing & Products DVD:

win86_64/2010_SP1_vcredist_x64.exe (64-bit libraries)
win86_64/2008_SP1_vcredist_x64.exe (64-bit libraries)
win86_64/2005_SP1_vcredist_x64.exe (64-bit libraries)
win86_64/2008_SP1_vcredist_x86.exe (32-bit libraries)
win86_64/2005_SP1_vcredist_x86.exe (32-bit libraries)

Message Passing Interface (MPI) components must be installed to 1) use MPI-based parallel job execution in Abaqus/Standard, 2) to use domain-level parallelization in Abaqus/Explicit, or 3) to run any job in Abaqus/CFD (regardless of the number of CPUs). If your Abaqus users will be running these types of simulations, you must have the required MPI components preinstalled or allow the Abaqus installer to install them for you:

For more information on MPI and thread-based parallel processing modes, see Parallel execution, Section 3.5 of the Abaqus Analysis User's Guide.

Any other third-party software that will be used in conjunction with the Abaqus products (compilers, operating system patches, etc.) should be installed before installing the Abaqus products.


2.4.2 Information to enter during product installation

When the installer runs, you will be prompted for the items below. When a file location or directory is requested, you can click Choose to browse for the path.

When the installation is complete, a record of the installation and a listing of the licensed products is written to a file called Abaqus 6.14_release_InstallLog.log in the abaqus_dir/release/installation_info/ directory. This file is helpful for troubleshooting problems, and it should not be removed.


2.4.3 Repeating product installations on multiple computers

When you install the Abaqus products on a computer, the installation creates a file called installer.properties in the abaqus_dir/release/installation_info directory. This file, called the replay file, contains information that was used during the product installation, such as the installation directory, license server host, and documentation URL. The -replay command option is available to repeat a previous installation on identical platforms without reentering the same information for each installation. You can use this option to perform a silent installation (no graphical user interface is displayed). It performs an installation identical to the previous installation (same installation directory, same license server host, etc.) using the information stored in the replay file.

The information that was entered for the first installation must be valid for subsequent installations that use the -replay option. All installation error checking is skipped when this option is used. You should make sure that the system meets the requirements as specified in Appendix A, System requirements notes,” and that you have write permissions and sufficient disk space in the installation directory before performing the installation. To use the -replay option, do the following:

  1. Install the Abaqus products on a computer using the graphical user interface (without the -replay option).

  2. Copy the file installer.properties (the replay file) to the other computers on which you want to install the Abaqus products (must be the same platform) or to a mounted network drive.

  3. Install the Abaqus products on another computer using the -replay option as follows:

    Linux platforms

    /prod_dir/setup -replay full_path_to_replay_file

    Windows platforms

    prod_drive:\setup.exe -replay full_path_to_replay_file

    The Abaqus products are installed silently, and pre-installation system checks and post-installation verification are bypassed.

  4. Run the verification procedure manually to check the installation of the Abaqus products (see Appendix E, Verification procedure”). This step is optional, but strongly recommended.

  5. Repeat the product installation using the -replay option on each of the remaining computers.


2.4.4 Using Abaqus commands

The installation procedure creates a unique command for each release of Abaqus. This command is written in the Commands directory below the Abaqus parent directory (abaqus_dir). For example, the command to run Abaqus 6.14-1 is abq6141. The command to run subsequent maintenance releases of Abaqus 6.14 is abq614n, where n is the maintenance delivery.

The installation procedure also creates a link called abaqus to the command for the latest release of Abaqus installed. For a list of all Abaqus command line options, use the help command line option with the appropriate Abaqus execution command. For example, to see the command line options for Abaqus 6.14-1, type abq6141 help. For a detailed description of Abaqus command line options, see Chapter 3, Job Execution,” of the Abaqus Analysis User's Guide.

On Windows platforms the Commands directory path is added automatically to all users' paths during installation. On Linux platforms the Commands directory should be added to each user's path manually. Alternately, a link for each Abaqus release can be defined at the system level or for each user, pointing to the appropriate command in the Commands directory.