2016 Graphics Devices

SIMULIA tests specific graphics devices to ensure adequate performance with Abaqus/CAE and Abaqus/Viewer; the graphics devices that have been tested (or scheduled for testing) are listed in the tables below. However, we cannot certify that these devices are completely compatible with all possible hardware and software configurations. Other devices may be compatible but have not been tested.

NOTE: Newer driver versions for the graphics card listed on this page are expected to work, but may not be compatible. We recommend that you use the tested driver version if you experience problems.

We may update graphics tuning parameters for graphics devices. These changes are intended to configure Abaqus to best utilize individual graphics devices. Updated graphics tuning parameters are included in the graphicsConfig.env file, which can be downloaded and placed in your Abaqus installation.

The use of graphics hardware acceleration on Windows platforms may cause display problems with some graphics adapters or drivers. Users may wish to disable graphics hardware acceleration to determine if a particular issue is specific to their graphics adapter or graphics driver. For instructions on how to turn off hardware acceleration see Additional Information.

Listing of tested configurations per platform:


Windows/x86-64

Vendor

Graphics Device

Graphics Memory

Driver Version

Operating System

Results

AMD [ATI]

FirePro W4300

 

4GB 

15.201.2 

Windows 8.1 

Pass 

FirePro W7100

 

4GB 

14.502.1 

Windows 7 Ultimate 

Pass 

FirePro W8000

 

4GB 

14.502.1 

Windows 8 Ultimate 

Pass 

FirePro W9100

 

16GB 

14.502.1.1 

Windows 8.1 

Pass 

NVIDIA

Quadro K620

 

2MB 

353.30 

Windows 7 Ultimate 

Pass 

Quadro M4000

 

8GB 

348.17 

Windows 8.1 

Pass 

Quadro K5200

 

8GB 

353.30 

Windows 10 

Pass 

Quadro M6000

 

4GB 

347.52 

Windows 7 Ultimate 

Pass 


Windows Laptop (64-bit)

Vendor

Graphics Device

Graphics Memory

Driver Version

Operating System

Results

NVIDIA

Quadro K2100M

 

1GB 

347.52 

Windows 7 Ultimate 

Pass 


Linux/x86-64

Vendor

Graphics Device

Graphics Memory

Driver Version

X11 Version

Operating System

Results

AMD [ATI]

FirePro W7100

8GB 

14.501.1040 

X.org Server 1.13.0 

SLES 11 SP3 

Pass 

FirePro W8000

4GB 

14.502.1040 

X.org Server 1.10.4 

RHEL 7 

Pass 

NVIDIA

Quadro K2200

4GB 

352.30 

X.org Server 1.6.5 

RHEL 6.5 

Pass 

Quadro K4000

3GB 

352.41 

X.org Server 1.6.5 

RHEL 5.5 

Pass 

Quadro M5000

8GB 

352.30 

X.org 7.1.1 

SLES 11 SP1 

Pass 

Additional Information

Abaqus/CAE and Abaqus/Viewer support OpenGL hardware graphics acceleration on all supported platforms. For instructions on how to turn off hardware acceleration, see How to Disable Graphics Hardware Acceleration to Resolve Graphics Incompatibility.

All Windows laptops are tested with their original factory display. Testing does not include any external display devices.

Windows Aero Theme Issue

Running Abaqus/CAE or Abaqus/Viewer using an Aero Theme on Windows 7 or Windows Vista can result in viewport window contents not refreshing correctly after a viewport window manipulation operation such as repositioning. Any subsequent viewport action, such as pan or zoom, alleviates the issue and the viewport contents are redrawn correctly.

In case the graphics device in which you are interested is not listed on this page, you may submit aRequest for Enhancement.
See Customer Submission of Requests-for-Enhancements (RFEs) for SIMULIA.

To determine your graphics card and graphics card driver for Windows systems

It is best to use the system Display Properties dialog to get this information, but if there is difficulty finding it or only a remote access to the system is possible the findVid program can be utilized.

  1. Download the findVid program for your windows system
  2. Then run the executable in a command prompt window
  3. The following is an example output from running the findVid.exe command

============================================= C:\Temp>findVid.exe

Device Name:          NVIDIA Quadro 1000M
Video Processor:      Quadro 1000M
Adapter RAM:          2.00 GB
Driver Date:          07/31/2015
Driver Version:       9.18.13.0546
State Flags:          PRIMARY_DEVICE
Horizontal Res:       1600 pixels in 564 mm => 2.836879 pix/mm
Vertical Res:         1200 pixels in 423 mm => 2.836879 pix/mm
Display Settings:     1600 x 1200 @ 0,0 - 32-bit - 60 Hz
============================================

Updating your graphicsConfig.env file

Follow these instructions for updating your graphicsConfig.env file. You should update each release of Abaqus 2016 that you have installed (e.g. 2016, ...). The examples given in the instructions show updating Abaqus 2016-1.

NOTE: The date stamp on the graphicsConfig.env file should help you determine which releases of Abaqus 2016 you should update. If the date of the file is later than the creation date of the release (reported by <tt>abaqus whereami</tt>), then you should update that release.

  1. Find your Abaqus 2016 version install directory and set your current directory to the <tt>site</tt> directory for that version.
     % abaqus whereami Abaqus Version 2016-1 Abaqus Site ID: <your_site> Abaqus is located in the directory /disk2/abaqus/2016-1 /disk2/abaqus/2016-1/code/bin /disk2/abaqus/2016-1/CAEresources /disk2/abaqus/2016-1/code/bin/SMAExternal /disk2/abaqus/2016-1/opt/SMA/site Sequence Information: /disk2/abaqus/2016-1/code/.../SMA/site: 2015_02_06-13.52.01 119338 </your_site>
  2. Rename the existing graphicsConfig.env file
     % cp graphicsConfig.env graphicsConfig.env.old
  3. Download the new graphicsConfig.env file by clicking on the file name in the browser window.
  4. Select the  <quote>save as</quote> option, and save the file in your Abaqus 2016 site directory. In the current example, the path to this directory is /disk2/abaqus/2016-1/opt/SMA/site.
  5. Reset the permissions on the graphicsConfig.env file.
     % chmod 644 graphicsConfig.env