-
Notifications
You must be signed in to change notification settings - Fork 1
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.
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 activatethat go away onconda deactivate. - Use external HDF5 instead of installing HDF5 manually. h5fortran complains about missing zlib.dll, while we use static linking zlib.lib.