- Newest
- Most votes
- Most comments
Do ensure you install AMD driver in your g4ad instance. Refer to https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-amd-driver.html#download-amd-driver for installation instructions.
You can install GL Extensions Viewer to verify OpenGL version.. Below screenshot is g4ad with AMD driver installed. OpenGL version is 4.6
The issue you're experiencing with the "Unsupported OpenGL Version" error on your EC2 instances (both g4ad.xlarge and g4dn.xlarge) for your medical imaging application is likely related to the GPU drivers and OpenGL support. Here are some steps you can take to address this problem:
- Ensure you have the correct NVIDIA drivers installed:
- For g4dn instances (which use NVIDIA GPUs), you need to install the appropriate NVIDIA GRID drivers. These instances require GRID 13.1 or later (or GRID 12.4 or later).
- For g4ad instances (which use AMD GPUs), make sure you have the latest AMD GPU drivers installed.
- Check if you're using the correct AMI:
- If you're using a custom Windows AMI, ensure it's a standardized image created with Windows Sysprep. This is necessary for the GRID driver to work properly.
- Verify Windows Server version compatibility:
- Note that GRID 17.0 and later do not support Windows Server 2019. If you're using a newer GRID driver, you may need to use a different Windows Server version.
- Install OpenGL libraries:
- Ensure that you have the necessary OpenGL libraries installed on your instance. You may need to install additional software or libraries to support the required OpenGL version for your medical imaging application.
- Consider using a GPU instance with more powerful graphics capabilities:
- If your application requires advanced OpenGL features, you might need to use a more powerful GPU instance type. The G5 instances, for example, offer more recent NVIDIA GPUs with better graphics performance.
- Check application compatibility:
- Verify that your medical imaging application is compatible with the GPU and drivers available on the EC2 instance types you're using.
If these steps don't resolve the issue, you may need to contact AWS support for further assistance, especially if you suspect there's a problem with the instance configuration or available GPU drivers.
Remember that GPU instances work best for applications with massive parallelism, such as graphics processing and spatial computing. Ensure that your chosen instance type is appropriate for your medical imaging workload.
Sources
NVIDIA drivers for your Amazon EC2 instance - Amazon Elastic Compute Cloud
Amazon EC2 FAQs – AWS
answered 2 years ago
Relevant content
asked 3 years ago
asked 3 years ago
