2019 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] Radeon Pro WX2100
5GB
25.20.15012.12
Windows 8.1
Pass
Radeon Pro
WX7100
16GB 25.20.15012.12 Windows 10 Pass
Radeon Pro
WX8200
12GB 24.20.12024.3 Windows 10 Pass
Radeon Pro WX9100
24GB
24.20.12042.5
Windows 10 
Pass 
NVIDIA
Quadro GV100
32GB 
411.85 
 Windows 10
Pass 
Quadro P2000
5GB 
411.95 
Windows 8.1 
Pass 
Quadro P4000
8GB 
411.95 
Windows 10 
Pass 
Quadro P6000
24GB 
411.95 
Windows 10 
Pass 
Quadro RXT5000
16GB
411.95
Windows Server 2016
Pass
Quadro RXT6000
24GB
411.95
Windows Server 2016
Pass
Quadro RXT8000
48GB
418.81
Windows 10
Pass

Windows Laptop (64-bit)

Vendor

Graphics Device

Graphics Memory

Driver Version

Operating System

Results

NVIDIA Quadro M1200
4GB 
391.03 
Windows 10 
 Pass

Linux/x86-64

Vendor

Graphics Device

Graphics Memory

Driver Version

X11 Version

Operating System

Results

AMD [ATI]

FirePro WX4100
4GB 
17.40.3.12 
 X Server 1.18.3
SLES 12 SP2 
 Pass
Radeon Pro WX9100
24GB 
18.30.2.15 
X Server 1.19.5 
RHEL 7.5 
Pass 

NVIDIA

Quadro P620
2GB
410.78
X Server 1.20.1
RHEL 7.6
Pass
Quadro P4000
8GB
410.78
X Server 1.6.5
SLES 11 SP4
Pass
Quadro P5000
16GB
410.73 
 X Server 1.19.5
 RHEL 7.5
Pass 
Quadro P6000
12GB
384.98
X Server 1.18.3
SLES 12 SP3
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 a Request 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 2019 that you have installed (e.g. 2019, ...). The examples given in the instructions show updating Abaqus 2019.

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

  1. Find your Abaqus 2019 version install directory and set your current directory to the site directory for that version.
           % abaqus whereami
           Abaqus Version 2019-1
           Abaqus Site ID: 
    
           Abaqus is located in the directory /disk2/abaqus/2019-1
                     /disk2/abaqus/2019-1/code/bin
                     /disk2/abaqus/2019-1/CAEresources
                     /disk2/abaqus/2019-1/code/bin/SMAExternal
                     /disk2/abaqus/2019-1/opt/SMA/site
                     
           Sequence Information:
             /disk2/abaqus/2019-1/code/.../SMA/site: 2018_02_06-13.52.01 119338
          
  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  save as option, and save the file in your Abaqus 2019 site directory. In the current example, the path to this directory is /disk2/abaqus/2019-1/opt/SMA/site.
  5. Reset the permissions on the graphicsConfig.env file.
          % chmod 644 graphicsConfig.env