Abaqus 6.13 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 V5900

 

2GB 

8.982.8 

Windows 7 Ultimate 

Pass 

FirePro W5000

 

2GB 

8.982.8 

Windows 7 Ultimate 

Pass 

FirePro W8000

 

4GB 

8.982.8 

Windows 7 Ultimate 

Pass 

NVIDIA

Quadro 410

 

512MB 

307.45 

Windows 7 Ultimate 

Pass 

Quadro 6000

 

6GB 

307.45 

Windows Server 2008 R2 

Pass 

Quadro K2000

 

2GB 

307.45 

Windows 7 Ultimate 

Pass 

Quadro K5000

 

4GB 

307.45 

Windows 7 Ultimate 

Pass 

Quadro K6000

12GB

307.78

Windows Server 2008 R2

 Pass


Windows Laptop (64-bit)

Vendor

Graphics Device

Graphics Memory

Driver Version

Operating System

Results

NVIDIA

Quadro FX 880M

 

1GB 

257.38 

Windows 7 Ultimate 

Pass 

Quadro 1000M

 

2GB 

305.46 

Windows 7 Ultimate 

Pass 


Linux/x86-64

Vendor

Graphics Device

Graphics Memory

Driver Version

X11 Version

Operating System

Results

AMD [ATI]

FirePro V9800

4GB 

8.982.8 

X.org 7.1.1 

RHEL 5.5 

Pass 

FirePro W7000

4GB 

8.982.8 

X.org Server 1.10.4 

RHEL 6.2 

Pass 

NVIDIA

Quadro 4000

2GB 

304.64 

X.org Server 1.6.5 

SLES 11 

Pass 

Quadro K600

1GB 

310.19 

X.org Server 1.6.5 

SLES 11 

Pass 

Quadro K4000

3GB 

304.64 

X.org 7.1.1 

RHEL 5.5 

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 -s

Device Name:          NVIDIA Quadro 1000M
Video Processor:      Quadro 1000M
Adapter RAM:          2.00 GB
Driver Date:          07/31/2012
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 6.13 that you have installed (e.g. 6.13, ...). The examples given in the instructions show updating Abaqus 6.13-1.

NOTE: The date stamp on the graphicsConfig.env file should help you determine which releases of Abaqus 6.13 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 6.13 version install directory and set your current directory to the <tt>site</tt> directory for that version.
     % abaqus whereami Abaqus Version 6.13-1 Abaqus Site ID: <your_site> Abaqus is located in the directory /disk2/abaqus/6.13-1 /disk2/abaqus/6.13-1/code/bin /disk2/abaqus/6.13-1/CAEresources /disk2/abaqus/6.13-1/code/bin/SMAExternal /disk2/abaqus/6.13-1/opt/SMA/site Sequence Information: /disk2/abaqus/6.13-1/code/.../SMA/site: 2012_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 6.13 site directory. In the current example, the path to this directory is /disk2/abaqus/6.13-1/opt/SMA/site.
  5. Reset the permissions on the graphicsConfig.env file.
     % chmod 644 graphicsConfig.env