Docker Development of Eclipse Projects
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.
The Intel® oneAPI Toolkits support these compilers:
- Intel® oneAPI DPC++ Compiler
- Intel® Fortran 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:
- Get Started with the Intel® oneAPI Base Toolkit
- Get Started with the Intel® oneAPI HPC Toolkit
- Get Started with the Intel® oneAPI IoT Toolkit
Singularity Containers
Build a Singularity image using a Singularity file.
When you have completed those steps, Develop your project with Eclipse.