Using the Eclipse* IDE with Intel® oneAPI Toolkits

ID 763160
Date 12/04/2020
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Docker Development of Eclipse Projects

The Intel® oneAPI Toolkits support these compilers:

  • Intel® oneAPI DPC++ Compiler
  • Intel® Fortran Compiler
  • Intel® C++ Compiler

If you have not installed an Intel oneAPI Toolkit, install a toolkit before proceeding.

If you have not configured your system and built and run a sample project using a Docker Container, please refer to the appropriate toolkit Get Started guide and complete those steps:

Containers allow you to set up and configure environments for building, running and profiling oneAPI applications and distribute them using images:

  • You can install an image containing an environment pre-configured with all the tools you need, then develop within that environment.

  • You can save an environment and use the image to move that environment to another machine without additional setup.

  • You can prepare containers with different sets of languages and runtimes, analysis tools, or other tools, as needed.

Singularity Containers

Build a Singularity image using a Singularity file.

When you have completed those steps, Develop your project with Eclipse.