This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:203 [2021/03/10 19:42] hmeij07 |
cluster:203 [2021/03/10 19:46] (current) hmeij07 |
||
---|---|---|---|
Line 7: | Line 7: | ||
Following an inquiry on the XSEDE list about the differences between ICC and ICX I was informed | Following an inquiry on the XSEDE list about the differences between ICC and ICX I was informed | ||
- | So I followed up on that and found a CentOS 7 server to do a local install for testing. We currently run icc/ifort 2016 version and it is time for a new set of compilers. | + | So I followed up on that and found a CentOS 7 server to do a local install for testing. We currently run icc/ifort 2016 version and it is time for a new set of compilers. |
If you want to offload your cpu LLVM compiled application to the gpu you'll need CentOS 8 and commit to OpenMP. More on that on this page [[https:// | If you want to offload your cpu LLVM compiled application to the gpu you'll need CentOS 8 and commit to OpenMP. More on that on this page [[https:// | ||
This is going to get messy. I installed from OneAPI first the Base Toolkit (provides icx, mkl, mpi), then added the HPC Toolkit (provides icc, ifort) and then added the AI Toolkit (provides pytorch, tensorflow and python3 with optimized libraries). | This is going to get messy. I installed from OneAPI first the Base Toolkit (provides icx, mkl, mpi), then added the HPC Toolkit (provides icc, ifort) and then added the AI Toolkit (provides pytorch, tensorflow and python3 with optimized libraries). | ||
+ | |||
+ | This install will take you less than an hour. Final result: the whole family of Intel compilers tumbles out. Amazing, what a surprise. (See bottom of page). | ||
+ | |||
+ | **Documentation** | ||
* [[https:// | * [[https:// | ||
Line 19: | Line 23: | ||
* [[https:// | * [[https:// | ||
- | This install will take you less than an hour. Final result: the whole family of Intel compilers tumbles out. Amazing, what a surprise. (See bottom of page). | ||
First prep a test server, it needs some packages that probably are already installed. | First prep a test server, it needs some packages that probably are already installed. | ||
Line 113: | Line 116: | ||
/ | / | ||
- | # in addition | + | # in addition |
/ | / |