Skip to content

Intel oneAPI compilers

scivision edited this page Jan 19, 2023 · 3 revisions

Intel oneAPI compilers works with Gemini3D. Build external libraries on Windows, Mac and Linux.

Windows

On Windows, you may find things work better with oneAPI by:

  • use Windows Store Python instead of Miniconda/Anaconda Python. The oneAPI vs. Python library conflicts upon conda activate that go away on conda deactivate.
  • Use external HDF5 instead of installing HDF5 manually. h5fortran complains about missing zlib.dll, while we use static linking zlib.lib.
Clone this wiki locally