The intention of this page is to demonstrate how to use the oneAPI toolkit on MedicineBow
It is not to teach C/C++/Fortran nor any of associated libraries such as the MKL. MPI and TBB.
Module Loading
To get started, first load the oneapi/<version>
module you wsh to use.
This will setup you environment, adding and extending various environment variables, opening up access to compilers and libraries.
Note: Although performing a module purge
will remove the module from your module list, it does not clean up the new/modified environment variables - basically because these were not directly set using the module file, but rather by an addition script that was called.
Currently, you will need to start a new session if you want a clean environment.
Using
Examples